Html Css Color HEX #AB1DBB Dark Orchid

📋 copy color: '#AB1DBB'

red 171 ◦ green 29 ◦ blue 187

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

Shades of Dark Orchid #AB1DBB

Tints of Dark Orchid #AB1DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.32%

R = 44.19%
G = 7.49%
B = 48.32%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB1DBB (or 0xAB1DBB) is known color: Dark Orchid. HEX triplet: AB, 1D and BB. RGB value is (171,29,187). Sum of RGB (Red+Green+Blue) = 171+29+187=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB1DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1DBB is #54E244. Grayscale: #585858. Windows color (decimal): -5562949 or 12262827. OLE color: 12262827.

HSL color Cylindrical-coordinate representation of color #AB1DBB: hue angle of 293.92º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1DBB is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 29 187 -
CMYK 0.09 0.84 0 0.27
HSL 293.92º 0.73% 0.42% -
HSV(B) 293.92º 0.84% 0.73% -
XYZ 26.2 13.12 48.17 -
YUV 89.47 183.04 186.15 -
System Red Green Blue C M Y K H S L
Decimal 171 29 187 0.09 0.84 0 0.27 293.92 0.73 0.42
Hex AB 1D BB 9 54 0 1B 126 49 2A
Octal 253 35 273 11 124 0 33 446 111 52
Binary 10101011 11101 10111011 1001 1010100 0 11011 100100110 1001001 101010

Color Harmonies of #AB1DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1DBB

Black with #AB1DBB

Text Example


Text Example

White with #AB1DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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