Html Css Color HEX #A839CC Dark Orchid

📋 copy color: '#A839CC'

red 168 ◦ green 57 ◦ blue 204

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

Shades of Dark Orchid #A839CC

Tints of Dark Orchid #A839CC

RGB

 RED value IS 168 (66.02% from 255) = 39.16%

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

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

R = 39.16%
G = 13.29%
B = 47.55%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A839CC (or 0xA839CC) is known color: Dark Orchid. HEX triplet: A8, 39 and CC. RGB value is (168,57,204). Sum of RGB (Red+Green+Blue) = 168+57+204=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #A839CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A839CC is #57C633. Grayscale: #6A6A6A. Windows color (decimal): -5752372 or 13384104. OLE color: 13384104.

HSL color Cylindrical-coordinate representation of color #A839CC: hue angle of 285.31º 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 #A839CC is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 57 204 -
CMYK 0.18 0.72 0 0.2
HSL 285.31º 0.59% 0.51% -
HSV(B) 285.31º 0.72% 0.8% -
XYZ 28.51 15.61 58.64 -
YUV 106.95 182.77 171.55 -
System Red Green Blue C M Y K H S L
Decimal 168 57 204 0.18 0.72 0 0.2 285.31 0.59 0.51
Hex A8 39 CC 12 48 0 14 11D 3B 33
Octal 250 71 314 22 110 0 24 435 73 63
Binary 10101000 111001 11001100 10010 1001000 0 10100 100011101 111011 110011

Color Harmonies of #A839CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A839CC

Black with #A839CC

Text Example


Text Example

White with #A839CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A839CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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