Html Css Color HEX #AB18C8 Dark Orchid

📋 copy color: '#AB18C8'

red 171 ◦ green 24 ◦ blue 200

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

Shades of Dark Orchid #AB18C8

Tints of Dark Orchid #AB18C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 50.63%

R = 43.29%
G = 6.08%
B = 50.63%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB18C8 (or 0xAB18C8) is known color: Dark Orchid. HEX triplet: AB, 18 and C8. RGB value is (171,24,200). Sum of RGB (Red+Green+Blue) = 171+24+200=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB18C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB18C8 is #54E737. Grayscale: #575757. Windows color (decimal): -5564216 or 13113515. OLE color: 13113515.

HSL color Cylindrical-coordinate representation of color #AB18C8: hue angle of 290.11º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB18C8 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 24 200 -
CMYK 0.14 0.88 0 0.22
HSL 290.11º 0.79% 0.44% -
HSV(B) 290.11º 0.88% 0.78% -
XYZ 27.55 13.48 55.79 -
YUV 88.02 191.2 187.19 -
System Red Green Blue C M Y K H S L
Decimal 171 24 200 0.14 0.88 0 0.22 290.11 0.79 0.44
Hex AB 18 C8 E 58 0 16 122 4F 2C
Octal 253 30 310 16 130 0 26 442 117 54
Binary 10101011 11000 11001000 1110 1011000 0 10110 100100010 1001111 101100

Color Harmonies of #AB18C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB18C8

Black with #AB18C8

Text Example


Text Example

White with #AB18C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB18C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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