Html Css Color HEX #A439DC Dark Orchid

📋 copy color: '#A439DC'

red 164 ◦ green 57 ◦ blue 220

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

Shades of Dark Orchid #A439DC

Tints of Dark Orchid #A439DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.89%

R = 37.19%
G = 12.93%
B = 49.89%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A439DC (or 0xA439DC) is known color: Dark Orchid. HEX triplet: A4, 39 and DC. RGB value is (164,57,220). Sum of RGB (Red+Green+Blue) = 164+57+220=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #A439DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A439DC is #5BC623. Grayscale: #6B6B6B. Windows color (decimal): -6014500 or 14432676. OLE color: 14432676.

HSL color Cylindrical-coordinate representation of color #A439DC: hue angle of 279.39º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A439DC is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 57 220 -
CMYK 0.25 0.74 0 0.14
HSL 279.39º 0.7% 0.54% -
HSV(B) 279.39º 0.74% 0.86% -
XYZ 29.69 15.99 69.23 -
YUV 107.58 191.45 168.25 -
System Red Green Blue C M Y K H S L
Decimal 164 57 220 0.25 0.74 0 0.14 279.39 0.7 0.54
Hex A4 39 DC 19 4A 0 E 117 46 36
Octal 244 71 334 31 112 0 16 427 106 66
Binary 10100100 111001 11011100 11001 1001010 0 1110 100010111 1000110 110110

Color Harmonies of #A439DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A439DC

Black with #A439DC

Text Example


Text Example

White with #A439DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A439DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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