Html Css Color HEX #AB24BC Dark Orchid

📋 copy color: '#AB24BC'

red 171 ◦ green 36 ◦ blue 188

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

Shades of Dark Orchid #AB24BC

Tints of Dark Orchid #AB24BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 43.29%
G = 9.11%
B = 47.59%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB24BC (or 0xAB24BC) is known color: Dark Orchid. HEX triplet: AB, 24 and BC. RGB value is (171,36,188). Sum of RGB (Red+Green+Blue) = 171+36+188=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB24BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB24BC is #54DB43. Grayscale: #5D5D5D. Windows color (decimal): -5561156 or 12330155. OLE color: 12330155.

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

Color convert

RGB 171 36 188 -
CMYK 0.09 0.81 0 0.26
HSL 293.29º 0.68% 0.44% -
HSV(B) 293.29º 0.81% 0.74% -
XYZ 26.5 13.55 48.8 -
YUV 93.69 181.23 183.14 -
System Red Green Blue C M Y K H S L
Decimal 171 36 188 0.09 0.81 0 0.26 293.29 0.68 0.44
Hex AB 24 BC 9 51 0 1A 125 44 2C
Octal 253 44 274 11 121 0 32 445 104 54
Binary 10101011 100100 10111100 1001 1010001 0 11010 100100101 1000100 101100

Color Harmonies of #AB24BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB24BC

Black with #AB24BC

Text Example


Text Example

White with #AB24BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB24BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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