Html Css Color HEX #AB3DB9 Dark Orchid

📋 copy color: '#AB3DB9'

red 171 ◦ green 61 ◦ blue 185

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

Shades of Dark Orchid #AB3DB9

Tints of Dark Orchid #AB3DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.63%

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

R = 41.01%
G = 14.63%
B = 44.36%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB3DB9 (or 0xAB3DB9) is known color: Dark Orchid. HEX triplet: AB, 3D and B9. RGB value is (171,61,185). Sum of RGB (Red+Green+Blue) = 171+61+185=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB3DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3DB9 is #54C246. Grayscale: #6B6B6B. Windows color (decimal): -5554759 or 12139947. OLE color: 12139947.

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

Color convert

RGB 171 61 185 -
CMYK 0.08 0.67 0 0.27
HSL 293.23º 0.5% 0.48% -
HSV(B) 293.23º 0.67% 0.73% -
XYZ 27.22 15.5 47.46 -
YUV 108.03 171.44 172.92 -
System Red Green Blue C M Y K H S L
Decimal 171 61 185 0.08 0.67 0 0.27 293.23 0.5 0.48
Hex AB 3D B9 8 43 0 1B 125 32 30
Octal 253 75 271 10 103 0 33 445 62 60
Binary 10101011 111101 10111001 1000 1000011 0 11011 100100101 110010 110000

Color Harmonies of #AB3DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3DB9

Black with #AB3DB9

Text Example


Text Example

White with #AB3DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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