Html Css Color HEX #AB18D1 Dark Orchid

📋 copy color: '#AB18D1'

red 171 ◦ green 24 ◦ blue 209

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

Shades of Dark Orchid #AB18D1

Tints of Dark Orchid #AB18D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 51.73%

R = 42.33%
G = 5.94%
B = 51.73%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB18D1 (or 0xAB18D1) is known color: Dark Orchid. HEX triplet: AB, 18 and D1. RGB value is (171,24,209). Sum of RGB (Red+Green+Blue) = 171+24+209=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 209 (82.03% from 255 or 51.73% from 404); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB18D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB18D1 is #54E72E. Grayscale: #585858. Windows color (decimal): -5564207 or 13703339. OLE color: 13703339.

HSL color Cylindrical-coordinate representation of color #AB18D1: hue angle of 287.68º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB18D1 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 24 209 -
CMYK 0.18 0.89 0 0.18
HSL 287.68º 0.79% 0.46% -
HSV(B) 287.68º 0.89% 0.82% -
XYZ 28.63 13.91 61.5 -
YUV 89.04 195.7 186.46 -
System Red Green Blue C M Y K H S L
Decimal 171 24 209 0.18 0.89 0 0.18 287.68 0.79 0.46
Hex AB 18 D1 12 59 0 12 120 4F 2E
Octal 253 30 321 22 131 0 22 440 117 56
Binary 10101011 11000 11010001 10010 1011001 0 10010 100100000 1001111 101110

Color Harmonies of #AB18D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB18D1

Black with #AB18D1

Text Example


Text Example

White with #AB18D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB18D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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