Html Css Color HEX #AB24E7 Dark Orchid

📋 copy color: '#AB24E7'

red 171 ◦ green 36 ◦ blue 231

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

Shades of Dark Orchid #AB24E7

Tints of Dark Orchid #AB24E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 52.74%

R = 39.04%
G = 8.22%
B = 52.74%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AB24E7 (or 0xAB24E7) is known color: Dark Orchid. HEX triplet: AB, 24 and E7. RGB value is (171,36,231). Sum of RGB (Red+Green+Blue) = 171+36+231=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 231 (90.62% from 255 or 52.74% from 438); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB24E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB24E7 is #54DB18. Grayscale: #616161. Windows color (decimal): -5561113 or 15148203. OLE color: 15148203.

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

Color convert

RGB 171 36 231 -
CMYK 0.26 0.84 0 0.09
HSL 281.54º 0.8% 0.52% -
HSV(B) 281.54º 0.84% 0.91% -
XYZ 31.85 15.69 76.95 -
YUV 98.6 202.73 179.64 -
System Red Green Blue C M Y K H S L
Decimal 171 36 231 0.26 0.84 0 0.09 281.54 0.8 0.52
Hex AB 24 E7 1A 54 0 9 11A 50 34
Octal 253 44 347 32 124 0 11 432 120 64
Binary 10101011 100100 11100111 11010 1010100 0 1001 100011010 1010000 110100

Color Harmonies of #AB24E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB24E7

Black with #AB24E7

Text Example


Text Example

White with #AB24E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB24E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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