Html Css Color HEX #AB19C9 Dark Orchid

📋 copy color: '#AB19C9'

red 171 ◦ green 25 ◦ blue 201

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

Shades of Dark Orchid #AB19C9

Tints of Dark Orchid #AB19C9

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.3%

 BLUE value IS 201 (78.91% from 255) = 50.63%

R = 43.07%
G = 6.3%
B = 50.63%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB19C9 (or 0xAB19C9) is known color: Dark Orchid. HEX triplet: AB, 19 and C9. RGB value is (171,25,201). Sum of RGB (Red+Green+Blue) = 171+25+201=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB19C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB19C9 is #54E636. Grayscale: #585858. Windows color (decimal): -5563959 or 13179307. OLE color: 13179307.

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

Color convert

RGB 171 25 201 -
CMYK 0.15 0.88 0 0.21
HSL 289.77º 0.78% 0.44% -
HSV(B) 289.77º 0.88% 0.79% -
XYZ 27.68 13.57 56.42 -
YUV 88.72 191.37 186.69 -
System Red Green Blue C M Y K H S L
Decimal 171 25 201 0.15 0.88 0 0.21 289.77 0.78 0.44
Hex AB 19 C9 F 58 0 15 122 4E 2C
Octal 253 31 311 17 130 0 25 442 116 54
Binary 10101011 11001 11001001 1111 1011000 0 10101 100100010 1001110 101100

Color Harmonies of #AB19C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB19C9

Black with #AB19C9

Text Example


Text Example

White with #AB19C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB19C9; }

 p { color: rgb(171,25,201); }

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

background-color css

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

 a { background-color: rgb(171,25,201); }

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

border-color css

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

 span { border-color: rgb(171,25,201); }

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