Html Css Color HEX #AB1BD8 Dark Orchid

📋 copy color: '#AB1BD8'

red 171 ◦ green 27 ◦ blue 216

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

Shades of Dark Orchid #AB1BD8

Tints of Dark Orchid #AB1BD8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.52%

 BLUE value IS 216 (84.77% from 255) = 52.17%

R = 41.3%
G = 6.52%
B = 52.17%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB1BD8 (or 0xAB1BD8) is known color: Dark Orchid. HEX triplet: AB, 1B and D8. RGB value is (171,27,216). Sum of RGB (Red+Green+Blue) = 171+27+216=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 216 (84.77% from 255 or 52.17% from 414); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB1BD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1BD8 is #54E427. Grayscale: #5A5A5A. Windows color (decimal): -5563432 or 14162859. OLE color: 14162859.

HSL color Cylindrical-coordinate representation of color #AB1BD8: hue angle of 285.71º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1BD8 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 27 216 -
CMYK 0.21 0.88 0 0.15
HSL 285.71º 0.78% 0.48% -
HSV(B) 285.71º 0.88% 0.85% -
XYZ 29.58 14.4 66.19 -
YUV 91.6 198.21 184.63 -
System Red Green Blue C M Y K H S L
Decimal 171 27 216 0.21 0.88 0 0.15 285.71 0.78 0.48
Hex AB 1B D8 15 58 0 F 11E 4E 30
Octal 253 33 330 25 130 0 17 436 116 60
Binary 10101011 11011 11011000 10101 1011000 0 1111 100011110 1001110 110000

Color Harmonies of #AB1BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1BD8

Black with #AB1BD8

Text Example


Text Example

White with #AB1BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1BD8; }

 p { color: rgb(171,27,216); }

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

background-color css

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

 a { background-color: rgb(171,27,216); }

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

border-color css

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

 span { border-color: rgb(171,27,216); }

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