Html Css Color HEX #A439DE Dark Orchid

📋 copy color: '#A439DE'

red 164 ◦ green 57 ◦ blue 222

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

Shades of Dark Orchid #A439DE

Tints of Dark Orchid #A439DE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.87%

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 37.02%
G = 12.87%
B = 50.11%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A439DE (or 0xA439DE) is known color: Dark Orchid. HEX triplet: A4, 39 and DE. RGB value is (164,57,222). Sum of RGB (Red+Green+Blue) = 164+57+222=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #A439DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A439DE is #5BC621. Grayscale: #6B6B6B. Windows color (decimal): -6014498 or 14563748. OLE color: 14563748.

HSL color Cylindrical-coordinate representation of color #A439DE: hue angle of 278.91º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A439DE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 57 222 -
CMYK 0.26 0.74 0 0.13
HSL 278.91º 0.71% 0.55% -
HSV(B) 278.91º 0.74% 0.87% -
XYZ 29.96 16.09 70.63 -
YUV 107.8 192.45 168.08 -
System Red Green Blue C M Y K H S L
Decimal 164 57 222 0.26 0.74 0 0.13 278.91 0.71 0.55
Hex A4 39 DE 1A 4A 0 D 117 47 37
Octal 244 71 336 32 112 0 15 427 107 67
Binary 10100100 111001 11011110 11010 1001010 0 1101 100010111 1000111 110111

Color Harmonies of #A439DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A439DE

Black with #A439DE

Text Example


Text Example

White with #A439DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A439DE; }

 p { color: rgb(164,57,222); }

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

background-color css

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

 a { background-color: rgb(164,57,222); }

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

border-color css

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

 span { border-color: rgb(164,57,222); }

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