Html Css Color HEX #AB24BE Dark Orchid

📋 copy color: '#AB24BE'

red 171 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #AB24BE

Tints of Dark Orchid #AB24BE

RGB

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

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

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

R = 43.07%
G = 9.07%
B = 47.86%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB24BE (or 0xAB24BE) is known color: Dark Orchid. HEX triplet: AB, 24 and BE. RGB value is (171,36,190). Sum of RGB (Red+Green+Blue) = 171+36+190=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB24BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB24BE is #54DB41. Grayscale: #5D5D5D. Windows color (decimal): -5561154 or 12461227. OLE color: 12461227.

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

Color convert

RGB 171 36 190 -
CMYK 0.10 0.81 0 0.25
HSL 292.6º 0.68% 0.44% -
HSV(B) 292.6º 0.81% 0.75% -
XYZ 26.72 13.64 49.94 -
YUV 93.92 182.23 182.98 -
System Red Green Blue C M Y K H S L
Decimal 171 36 190 0.10 0.81 0 0.25 292.6 0.68 0.44
Hex AB 24 BE A 51 0 19 125 44 2C
Octal 253 44 276 12 121 0 31 445 104 54
Binary 10101011 100100 10111110 1010 1010001 0 11001 100100101 1000100 101100

Color Harmonies of #AB24BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB24BE

Black with #AB24BE

Text Example


Text Example

White with #AB24BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB24BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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