Html Css Color HEX #AB18C7 Dark Orchid

📋 copy color: '#AB18C7'

red 171 ◦ green 24 ◦ blue 199

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

Shades of Dark Orchid #AB18C7

Tints of Dark Orchid #AB18C7

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.09%

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

R = 43.4%
G = 6.09%
B = 50.51%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB18C7 (or 0xAB18C7) is known color: Dark Orchid. HEX triplet: AB, 18 and C7. RGB value is (171,24,199). Sum of RGB (Red+Green+Blue) = 171+24+199=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 199 (78.12% from 255 or 50.51% from 394); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB18C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB18C7 is #54E738. Grayscale: #575757. Windows color (decimal): -5564217 or 13047979. OLE color: 13047979.

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

Color convert

RGB 171 24 199 -
CMYK 0.14 0.88 0 0.22
HSL 290.4º 0.78% 0.44% -
HSV(B) 290.4º 0.88% 0.78% -
XYZ 27.43 13.43 55.18 -
YUV 87.9 190.7 187.27 -
System Red Green Blue C M Y K H S L
Decimal 171 24 199 0.14 0.88 0 0.22 290.4 0.78 0.44
Hex AB 18 C7 E 58 0 16 122 4E 2C
Octal 253 30 307 16 130 0 26 442 116 54
Binary 10101011 11000 11000111 1110 1011000 0 10110 100100010 1001110 101100

Color Harmonies of #AB18C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB18C7

Black with #AB18C7

Text Example


Text Example

White with #AB18C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB18C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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