Html Css Color HEX #AB1DB7 Dark Orchid

📋 copy color: '#AB1DB7'

red 171 ◦ green 29 ◦ blue 183

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

Shades of Dark Orchid #AB1DB7

Tints of Dark Orchid #AB1DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.78%

R = 44.65%
G = 7.57%
B = 47.78%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB1DB7 (or 0xAB1DB7) is known color: Dark Orchid. HEX triplet: AB, 1D and B7. RGB value is (171,29,183). Sum of RGB (Red+Green+Blue) = 171+29+183=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 183 (71.88% from 255 or 47.78% from 383); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB1DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1DB7 is #54E248. Grayscale: #585858. Windows color (decimal): -5562953 or 12000683. OLE color: 12000683.

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

Color convert

RGB 171 29 183 -
CMYK 0.07 0.84 0 0.28
HSL 295.32º 0.73% 0.42% -
HSV(B) 295.32º 0.84% 0.72% -
XYZ 25.78 12.96 45.94 -
YUV 89.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 171 29 183 0.07 0.84 0 0.28 295.32 0.73 0.42
Hex AB 1D B7 7 54 0 1C 127 49 2A
Octal 253 35 267 7 124 0 34 447 111 52
Binary 10101011 11101 10110111 111 1010100 0 11100 100100111 1001001 101010

Color Harmonies of #AB1DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1DB7

Black with #AB1DB7

Text Example


Text Example

White with #AB1DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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