Html Css Color HEX #AB24CF Dark Orchid

📋 copy color: '#AB24CF'

red 171 ◦ green 36 ◦ blue 207

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

Shades of Dark Orchid #AB24CF

Tints of Dark Orchid #AB24CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50%

R = 41.3%
G = 8.7%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB24CF (or 0xAB24CF) is known color: Dark Orchid. HEX triplet: AB, 24 and CF. RGB value is (171,36,207). Sum of RGB (Red+Green+Blue) = 171+36+207=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB24CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB24CF is #54DB30. Grayscale: #5F5F5F. Windows color (decimal): -5561137 or 13575339. OLE color: 13575339.

HSL color Cylindrical-coordinate representation of color #AB24CF: hue angle of 287.37º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB24CF is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 36 207 -
CMYK 0.17 0.83 0 0.19
HSL 287.37º 0.7% 0.48% -
HSV(B) 287.37º 0.83% 0.81% -
XYZ 28.69 14.42 60.3 -
YUV 95.86 190.73 181.6 -
System Red Green Blue C M Y K H S L
Decimal 171 36 207 0.17 0.83 0 0.19 287.37 0.7 0.48
Hex AB 24 CF 11 53 0 13 11F 46 30
Octal 253 44 317 21 123 0 23 437 106 60
Binary 10101011 100100 11001111 10001 1010011 0 10011 100011111 1000110 110000

Color Harmonies of #AB24CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB24CF

Black with #AB24CF

Text Example


Text Example

White with #AB24CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB24CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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