Html Css Color HEX #AB18BE Dark Orchid

📋 copy color: '#AB18BE'

red 171 ◦ green 24 ◦ blue 190

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

Shades of Dark Orchid #AB18BE

Tints of Dark Orchid #AB18BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 44.42%
G = 6.23%
B = 49.35%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB18BE (or 0xAB18BE) is known color: Dark Orchid. HEX triplet: AB, 18 and BE. RGB value is (171,24,190). Sum of RGB (Red+Green+Blue) = 171+24+190=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB18BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB18BE is #54E741. Grayscale: #565656. Windows color (decimal): -5564226 or 12458155. OLE color: 12458155.

HSL color Cylindrical-coordinate representation of color #AB18BE: hue angle of 293.13º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB18BE is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 24 190 -
CMYK 0.10 0.87 0 0.25
HSL 293.13º 0.78% 0.42% -
HSV(B) 293.13º 0.87% 0.75% -
XYZ 26.42 13.03 49.84 -
YUV 86.88 186.2 188 -
System Red Green Blue C M Y K H S L
Decimal 171 24 190 0.10 0.87 0 0.25 293.13 0.78 0.42
Hex AB 18 BE A 57 0 19 125 4E 2A
Octal 253 30 276 12 127 0 31 445 116 52
Binary 10101011 11000 10111110 1010 1010111 0 11001 100100101 1001110 101010

Color Harmonies of #AB18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB18BE

Black with #AB18BE

Text Example


Text Example

White with #AB18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB18BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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