Html Css Color HEX #AB3CCC Dark Orchid

📋 copy color: '#AB3CCC'

red 171 ◦ green 60 ◦ blue 204

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

Shades of Dark Orchid #AB3CCC

Tints of Dark Orchid #AB3CCC

RGB

 RED value IS 171 (67.19% from 255) = 39.31%

 GREEN value IS 60 (23.83% from 255) = 13.79%

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

R = 39.31%
G = 13.79%
B = 46.9%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB3CCC (or 0xAB3CCC) is known color: Dark Orchid. HEX triplet: AB, 3C and CC. RGB value is (171,60,204). Sum of RGB (Red+Green+Blue) = 171+60+204=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB3CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3CCC is #54C333. Grayscale: #6D6D6D. Windows color (decimal): -5554996 or 13384875. OLE color: 13384875.

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

Color convert

RGB 171 60 204 -
CMYK 0.16 0.71 0 0.2
HSL 286.25º 0.59% 0.52% -
HSV(B) 286.25º 0.71% 0.8% -
XYZ 29.31 16.25 58.72 -
YUV 109.61 181.27 171.79 -
System Red Green Blue C M Y K H S L
Decimal 171 60 204 0.16 0.71 0 0.2 286.25 0.59 0.52
Hex AB 3C CC 10 47 0 14 11E 3B 34
Octal 253 74 314 20 107 0 24 436 73 64
Binary 10101011 111100 11001100 10000 1000111 0 10100 100011110 111011 110100

Color Harmonies of #AB3CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3CCC

Black with #AB3CCC

Text Example


Text Example

White with #AB3CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3CCC; }

 p { color: rgb(171,60,204); }

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

background-color css

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

 a { background-color: rgb(171,60,204); }

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

border-color css

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

 span { border-color: rgb(171,60,204); }

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