Html Css Color HEX #AB18CF Dark Orchid

📋 copy color: '#AB18CF'

red 171 ◦ green 24 ◦ blue 207

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

Shades of Dark Orchid #AB18CF

Tints of Dark Orchid #AB18CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.49%

R = 42.54%
G = 5.97%
B = 51.49%

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

#AB18CF (or 0xAB18CF) is known color: Dark Orchid. HEX triplet: AB, 18 and CF. RGB value is (171,24,207). Sum of RGB (Red+Green+Blue) = 171+24+207=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB18CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB18CF is #54E730. Grayscale: #585858. Windows color (decimal): -5564209 or 13572267. OLE color: 13572267.

HSL color Cylindrical-coordinate representation of color #AB18CF: hue angle of 288.2º 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 #AB18CF is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 24 207 -
CMYK 0.17 0.88 0 0.19
HSL 288.2º 0.79% 0.45% -
HSV(B) 288.2º 0.88% 0.81% -
XYZ 28.38 13.82 60.2 -
YUV 88.82 194.7 186.62 -
System Red Green Blue C M Y K H S L
Decimal 171 24 207 0.17 0.88 0 0.19 288.2 0.79 0.45
Hex AB 18 CF 11 58 0 13 120 4F 2D
Octal 253 30 317 21 130 0 23 440 117 55
Binary 10101011 11000 11001111 10001 1011000 0 10011 100100000 1001111 101101

Color Harmonies of #AB18CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB18CF

Black with #AB18CF

Text Example


Text Example

White with #AB18CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB18CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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