Html Css Color HEX #AB1DBF Dark Orchid

📋 copy color: '#AB1DBF'

red 171 ◦ green 29 ◦ blue 191

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

Shades of Dark Orchid #AB1DBF

Tints of Dark Orchid #AB1DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.42%

 BLUE value IS 191 (75% from 255) = 48.85%

R = 43.73%
G = 7.42%
B = 48.85%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB1DBF (or 0xAB1DBF) is known color: Dark Orchid. HEX triplet: AB, 1D and BF. RGB value is (171,29,191). Sum of RGB (Red+Green+Blue) = 171+29+191=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB1DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1DBF is #54E240. Grayscale: #595959. Windows color (decimal): -5562945 or 12524971. OLE color: 12524971.

HSL color Cylindrical-coordinate representation of color #AB1DBF: hue angle of 292.59º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1DBF is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 29 191 -
CMYK 0.10 0.85 0 0.25
HSL 292.59º 0.74% 0.43% -
HSV(B) 292.59º 0.85% 0.75% -
XYZ 26.64 13.3 50.45 -
YUV 89.93 185.04 185.83 -
System Red Green Blue C M Y K H S L
Decimal 171 29 191 0.10 0.85 0 0.25 292.59 0.74 0.43
Hex AB 1D BF A 55 0 19 125 4A 2B
Octal 253 35 277 12 125 0 31 445 112 53
Binary 10101011 11101 10111111 1010 1010101 0 11001 100100101 1001010 101011

Color Harmonies of #AB1DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1DBF

Black with #AB1DBF

Text Example


Text Example

White with #AB1DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1DBF; }

 p { color: rgb(171,29,191); }

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

background-color css

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

 a { background-color: rgb(171,29,191); }

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

border-color css

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

 span { border-color: rgb(171,29,191); }

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