Html Css Color HEX #AB3BCC Dark Orchid

📋 copy color: '#AB3BCC'

red 171 ◦ green 59 ◦ blue 204

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

Shades of Dark Orchid #AB3BCC

Tints of Dark Orchid #AB3BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.59%

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

R = 39.4%
G = 13.59%
B = 47%

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

#AB3BCC (or 0xAB3BCC) is known color: Dark Orchid. HEX triplet: AB, 3B and CC. RGB value is (171,59,204). Sum of RGB (Red+Green+Blue) = 171+59+204=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB3BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3BCC is #54C433. Grayscale: #6C6C6C. Windows color (decimal): -5555252 or 13384619. OLE color: 13384619.

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

Color convert

RGB 171 59 204 -
CMYK 0.16 0.71 0 0.2
HSL 286.34º 0.59% 0.52% -
HSV(B) 286.34º 0.71% 0.8% -
XYZ 29.26 16.15 58.7 -
YUV 109.02 181.61 172.21 -
System Red Green Blue C M Y K H S L
Decimal 171 59 204 0.16 0.71 0 0.2 286.34 0.59 0.52
Hex AB 3B CC 10 47 0 14 11E 3B 34
Octal 253 73 314 20 107 0 24 436 73 64
Binary 10101011 111011 11001100 10000 1000111 0 10100 100011110 111011 110100

Color Harmonies of #AB3BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3BCC

Black with #AB3BCC

Text Example


Text Example

White with #AB3BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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