Html Css Color HEX #AB18CE Dark Orchid

📋 copy color: '#AB18CE'

red 171 ◦ green 24 ◦ blue 206

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

Shades of Dark Orchid #AB18CE

Tints of Dark Orchid #AB18CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.37%

R = 42.64%
G = 5.99%
B = 51.37%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB18CE (or 0xAB18CE) is known color: Dark Orchid. HEX triplet: AB, 18 and CE. RGB value is (171,24,206). Sum of RGB (Red+Green+Blue) = 171+24+206=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB18CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB18CE is #54E731. Grayscale: #585858. Windows color (decimal): -5564210 or 13506731. OLE color: 13506731.

HSL color Cylindrical-coordinate representation of color #AB18CE: hue angle of 288.46º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB18CE is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 24 206 -
CMYK 0.17 0.88 0 0.19
HSL 288.46º 0.79% 0.45% -
HSV(B) 288.46º 0.88% 0.81% -
XYZ 28.26 13.77 59.56 -
YUV 88.7 194.2 186.7 -
System Red Green Blue C M Y K H S L
Decimal 171 24 206 0.17 0.88 0 0.19 288.46 0.79 0.45
Hex AB 18 CE 11 58 0 13 120 4F 2D
Octal 253 30 316 21 130 0 23 440 117 55
Binary 10101011 11000 11001110 10001 1011000 0 10011 100100000 1001111 101101

Color Harmonies of #AB18CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB18CE

Black with #AB18CE

Text Example


Text Example

White with #AB18CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB18CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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