Html Css Color HEX #AB24E6 Dark Orchid

📋 copy color: '#AB24E6'

red 171 ◦ green 36 ◦ blue 230

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

Shades of Dark Orchid #AB24E6

Tints of Dark Orchid #AB24E6

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.24%

 BLUE value IS 230 (90.23% from 255) = 52.63%

R = 39.13%
G = 8.24%
B = 52.63%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AB24E6 (or 0xAB24E6) is known color: Dark Orchid. HEX triplet: AB, 24 and E6. RGB value is (171,36,230). Sum of RGB (Red+Green+Blue) = 171+36+230=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB24E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB24E6 is #54DB19. Grayscale: #616161. Windows color (decimal): -5561114 or 15082667. OLE color: 15082667.

HSL color Cylindrical-coordinate representation of color #AB24E6: hue angle of 281.75º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB24E6 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 36 230 -
CMYK 0.26 0.84 0 0.10
HSL 281.75º 0.8% 0.52% -
HSV(B) 281.75º 0.84% 0.9% -
XYZ 31.71 15.63 76.21 -
YUV 98.48 202.23 179.73 -
System Red Green Blue C M Y K H S L
Decimal 171 36 230 0.26 0.84 0 0.10 281.75 0.8 0.52
Hex AB 24 E6 1A 54 0 A 11A 50 34
Octal 253 44 346 32 124 0 12 432 120 64
Binary 10101011 100100 11100110 11010 1010100 0 1010 100011010 1010000 110100

Color Harmonies of #AB24E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB24E6

Black with #AB24E6

Text Example


Text Example

White with #AB24E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB24E6; }

 p { color: rgb(171,36,230); }

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

background-color css

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

 a { background-color: rgb(171,36,230); }

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

border-color css

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

 span { border-color: rgb(171,36,230); }

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