Html Css Color HEX #AB18AF Dark Orchid

📋 copy color: '#AB18AF'

red 171 ◦ green 24 ◦ blue 175

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

Shades of Dark Orchid #AB18AF

Tints of Dark Orchid #AB18AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.3%

R = 46.22%
G = 6.49%
B = 47.3%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB18AF (or 0xAB18AF) is known color: Dark Orchid. HEX triplet: AB, 18 and AF. RGB value is (171,24,175). Sum of RGB (Red+Green+Blue) = 171+24+175=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB18AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB18AF is #54E750. Grayscale: #545454. Windows color (decimal): -5564241 or 11475115. OLE color: 11475115.

HSL color Cylindrical-coordinate representation of color #AB18AF: hue angle of 298.41º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB18AF is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 24 175 -
CMYK 0.02 0.86 0 0.31
HSL 298.41º 0.76% 0.39% -
HSV(B) 298.41º 0.86% 0.69% -
XYZ 24.86 12.41 41.64 -
YUV 85.17 178.7 189.22 -
System Red Green Blue C M Y K H S L
Decimal 171 24 175 0.02 0.86 0 0.31 298.41 0.76 0.39
Hex AB 18 AF 2 56 0 1F 12A 4C 27
Octal 253 30 257 2 126 0 37 452 114 47
Binary 10101011 11000 10101111 10 1010110 0 11111 100101010 1001100 100111

Color Harmonies of #AB18AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB18AF

Black with #AB18AF

Text Example


Text Example

White with #AB18AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB18AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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