Html Css Color HEX #AB18BD Dark Orchid

📋 copy color: '#AB18BD'

red 171 ◦ green 24 ◦ blue 189

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

Shades of Dark Orchid #AB18BD

Tints of Dark Orchid #AB18BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.22%

R = 44.53%
G = 6.25%
B = 49.22%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB18BD (or 0xAB18BD) is known color: Dark Orchid. HEX triplet: AB, 18 and BD. RGB value is (171,24,189). Sum of RGB (Red+Green+Blue) = 171+24+189=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB18BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB18BD is #54E742. Grayscale: #565656. Windows color (decimal): -5564227 or 12392619. OLE color: 12392619.

HSL color Cylindrical-coordinate representation of color #AB18BD: hue angle of 293.45º 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 #AB18BD is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 24 189 -
CMYK 0.10 0.87 0 0.26
HSL 293.45º 0.77% 0.42% -
HSV(B) 293.45º 0.87% 0.74% -
XYZ 26.31 12.99 49.26 -
YUV 86.76 185.7 188.08 -
System Red Green Blue C M Y K H S L
Decimal 171 24 189 0.10 0.87 0 0.26 293.45 0.77 0.42
Hex AB 18 BD A 57 0 1A 125 4D 2A
Octal 253 30 275 12 127 0 32 445 115 52
Binary 10101011 11000 10111101 1010 1010111 0 11010 100100101 1001101 101010

Color Harmonies of #AB18BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB18BD

Black with #AB18BD

Text Example


Text Example

White with #AB18BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB18BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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