Html Css Color HEX #AB3BB9 Dark Orchid

📋 copy color: '#AB3BB9'

red 171 ◦ green 59 ◦ blue 185

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

Shades of Dark Orchid #AB3BB9

Tints of Dark Orchid #AB3BB9

RGB

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

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

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

R = 41.2%
G = 14.22%
B = 44.58%

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

#AB3BB9 (or 0xAB3BB9) is known color: Dark Orchid. HEX triplet: AB, 3B and B9. RGB value is (171,59,185). Sum of RGB (Red+Green+Blue) = 171+59+185=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 185 (72.66% from 255 or 44.58% from 415); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB3BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3BB9 is #54C446. Grayscale: #6A6A6A. Windows color (decimal): -5555271 or 12139435. OLE color: 12139435.

HSL color Cylindrical-coordinate representation of color #AB3BB9: hue angle of 293.33º degrees, saturation: 0.52, 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 #AB3BB9 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 59 185 -
CMYK 0.08 0.68 0 0.27
HSL 293.33º 0.52% 0.48% -
HSV(B) 293.33º 0.68% 0.73% -
XYZ 27.12 15.29 47.42 -
YUV 106.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 171 59 185 0.08 0.68 0 0.27 293.33 0.52 0.48
Hex AB 3B B9 8 44 0 1B 125 34 30
Octal 253 73 271 10 104 0 33 445 64 60
Binary 10101011 111011 10111001 1000 1000100 0 11011 100100101 110100 110000

Color Harmonies of #AB3BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3BB9

Black with #AB3BB9

Text Example


Text Example

White with #AB3BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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