Html Css Color HEX #AB19C7 Dark Orchid

📋 copy color: '#AB19C7'

red 171 ◦ green 25 ◦ blue 199

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

Shades of Dark Orchid #AB19C7

Tints of Dark Orchid #AB19C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 50.38%

R = 43.29%
G = 6.33%
B = 50.38%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB19C7 (or 0xAB19C7) is known color: Dark Orchid. HEX triplet: AB, 19 and C7. RGB value is (171,25,199). Sum of RGB (Red+Green+Blue) = 171+25+199=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 199 (78.12% from 255 or 50.38% from 395); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB19C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB19C7 is #54E638. Grayscale: #575757. Windows color (decimal): -5563961 or 13048235. OLE color: 13048235.

HSL color Cylindrical-coordinate representation of color #AB19C7: hue angle of 290.34º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB19C7 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 25 199 -
CMYK 0.14 0.87 0 0.22
HSL 290.34º 0.78% 0.44% -
HSV(B) 290.34º 0.87% 0.78% -
XYZ 27.45 13.48 55.19 -
YUV 88.49 190.37 186.85 -
System Red Green Blue C M Y K H S L
Decimal 171 25 199 0.14 0.87 0 0.22 290.34 0.78 0.44
Hex AB 19 C7 E 57 0 16 122 4E 2C
Octal 253 31 307 16 127 0 26 442 116 54
Binary 10101011 11001 11000111 1110 1010111 0 10110 100100010 1001110 101100

Color Harmonies of #AB19C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB19C7

Black with #AB19C7

Text Example


Text Example

White with #AB19C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB19C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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