Html Css Color HEX #AB18BC Dark Orchid

📋 copy color: '#AB18BC'

red 171 ◦ green 24 ◦ blue 188

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

Shades of Dark Orchid #AB18BC

Tints of Dark Orchid #AB18BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 44.65%
G = 6.27%
B = 49.09%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB18BC (or 0xAB18BC) is known color: Dark Orchid. HEX triplet: AB, 18 and BC. RGB value is (171,24,188). Sum of RGB (Red+Green+Blue) = 171+24+188=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB18BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB18BC is #54E743. Grayscale: #565656. Windows color (decimal): -5564228 or 12327083. OLE color: 12327083.

HSL color Cylindrical-coordinate representation of color #AB18BC: hue angle of 293.78º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB18BC is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 24 188 -
CMYK 0.09 0.87 0 0.26
HSL 293.78º 0.77% 0.42% -
HSV(B) 293.78º 0.87% 0.74% -
XYZ 26.2 12.94 48.69 -
YUV 86.65 185.2 188.16 -
System Red Green Blue C M Y K H S L
Decimal 171 24 188 0.09 0.87 0 0.26 293.78 0.77 0.42
Hex AB 18 BC 9 57 0 1A 126 4D 2A
Octal 253 30 274 11 127 0 32 446 115 52
Binary 10101011 11000 10111100 1001 1010111 0 11010 100100110 1001101 101010

Color Harmonies of #AB18BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB18BC

Black with #AB18BC

Text Example


Text Example

White with #AB18BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB18BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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