Html Css Color HEX #A427D0 Dark Orchid

📋 copy color: '#A427D0'

red 164 ◦ green 39 ◦ blue 208

#A427D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A427D0

Tints of Dark Orchid #A427D0

RGB

 RED value IS 164 (64.45% from 255) = 39.9%

 GREEN value IS 39 (15.63% from 255) = 9.49%

 BLUE value IS 208 (81.64% from 255) = 50.61%

R = 39.9%
G = 9.49%
B = 50.61%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A427D0 (or 0xA427D0) is known color: Dark Orchid. HEX triplet: A4, 27 and D0. RGB value is (164,39,208). Sum of RGB (Red+Green+Blue) = 164+39+208=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #A427D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A427D0 is #5BD82F. Grayscale: #5F5F5F. Windows color (decimal): -6019120 or 13641636. OLE color: 13641636.

HSL color Cylindrical-coordinate representation of color #A427D0: hue angle of 284.38º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A427D0 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 39 208 -
CMYK 0.21 0.81 0 0.18
HSL 284.38º 0.68% 0.48% -
HSV(B) 284.38º 0.81% 0.82% -
XYZ 27.42 13.9 60.91 -
YUV 95.64 191.41 176.76 -
System Red Green Blue C M Y K H S L
Decimal 164 39 208 0.21 0.81 0 0.18 284.38 0.68 0.48
Hex A4 27 D0 15 51 0 12 11C 44 30
Octal 244 47 320 25 121 0 22 434 104 60
Binary 10100100 100111 11010000 10101 1010001 0 10010 100011100 1000100 110000

Color Harmonies of #A427D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A427D0

Black with #A427D0

Text Example


Text Example

White with #A427D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A427D0; }

 p { color: rgb(164,39,208); }

 H1.HeaderClassName
 {
   color: #A427D0;
 }
 .AnyTagClassName
 {
   color: #A427D0;
 }
</style>

background-color css

<style>
 a { background-color: #A427D0; }

 a { background-color: rgb(164,39,208); }

 div.DivClassName
 {
   background-color: #A427D0;
 }
 .BgClassName
 {
   background-color: #A427D0;
 }
</style>

border-color css

<style>
 span { border-color: #A427D0; }

 span { border-color: rgb(164,39,208); }

 td.TdClassName
 {
   border-color: #A427D0;
 }
 .TagClassName
 {
   border-color: #A427D0;
 }
</style>