Html Css Color HEX #AB3CB9 Dark Orchid

📋 copy color: '#AB3CB9'

red 171 ◦ green 60 ◦ blue 185

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

Shades of Dark Orchid #AB3CB9

Tints of Dark Orchid #AB3CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.47%

R = 41.11%
G = 14.42%
B = 44.47%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB3CB9 (or 0xAB3CB9) is known color: Dark Orchid. HEX triplet: AB, 3C and B9. RGB value is (171,60,185). Sum of RGB (Red+Green+Blue) = 171+60+185=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB3CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3CB9 is #54C346. Grayscale: #6B6B6B. Windows color (decimal): -5555015 or 12139691. OLE color: 12139691.

HSL color Cylindrical-coordinate representation of color #AB3CB9: hue angle of 293.28º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3CB9 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 60 185 -
CMYK 0.08 0.68 0 0.27
HSL 293.28º 0.51% 0.48% -
HSV(B) 293.28º 0.68% 0.73% -
XYZ 27.17 15.39 47.44 -
YUV 107.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 171 60 185 0.08 0.68 0 0.27 293.28 0.51 0.48
Hex AB 3C B9 8 44 0 1B 125 33 30
Octal 253 74 271 10 104 0 33 445 63 60
Binary 10101011 111100 10111001 1000 1000100 0 11011 100100101 110011 110000

Color Harmonies of #AB3CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3CB9

Black with #AB3CB9

Text Example


Text Example

White with #AB3CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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