Html Css Color HEX #A439CC Dark Orchid

📋 copy color: '#A439CC'

red 164 ◦ green 57 ◦ blue 204

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

Shades of Dark Orchid #A439CC

Tints of Dark Orchid #A439CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48%

R = 38.59%
G = 13.41%
B = 48%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A439CC (or 0xA439CC) is known color: Dark Orchid. HEX triplet: A4, 39 and CC. RGB value is (164,57,204). Sum of RGB (Red+Green+Blue) = 164+57+204=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #A439CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A439CC is #5BC633. Grayscale: #696969. Windows color (decimal): -6014516 or 13384100. OLE color: 13384100.

HSL color Cylindrical-coordinate representation of color #A439CC: hue angle of 283.67º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A439CC is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 57 204 -
CMYK 0.20 0.72 0 0.2
HSL 283.67º 0.59% 0.51% -
HSV(B) 283.67º 0.72% 0.8% -
XYZ 27.67 15.18 58.6 -
YUV 105.75 183.45 169.55 -
System Red Green Blue C M Y K H S L
Decimal 164 57 204 0.20 0.72 0 0.2 283.67 0.59 0.51
Hex A4 39 CC 14 48 0 14 11C 3B 33
Octal 244 71 314 24 110 0 24 434 73 63
Binary 10100100 111001 11001100 10100 1001000 0 10100 100011100 111011 110011

Color Harmonies of #A439CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A439CC

Black with #A439CC

Text Example


Text Example

White with #A439CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A439CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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