Html Css Color HEX #AB23A8 Dark Orchid

📋 copy color: '#AB23A8'

red 171 ◦ green 35 ◦ blue 168

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

Shades of Dark Orchid #AB23A8

Tints of Dark Orchid #AB23A8

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.36%

 BLUE value IS 168 (66.02% from 255) = 44.92%

R = 45.72%
G = 9.36%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB23A8 (or 0xAB23A8) is known color: Dark Orchid. HEX triplet: AB, 23 and A8. RGB value is (171,35,168). Sum of RGB (Red+Green+Blue) = 171+35+168=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB23A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB23A8 is #54DC57. Grayscale: #5A5A5A. Windows color (decimal): -5561432 or 11019179. OLE color: 11019179.

HSL color Cylindrical-coordinate representation of color #AB23A8: hue angle of 301.32º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB23A8 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 35 168 -
CMYK 0 0.80 0.02 0.33
HSL 301.32º 0.66% 0.4% -
HSV(B) 301.32º 0.8% 0.67% -
XYZ 24.46 12.69 38.21 -
YUV 90.83 171.56 185.19 -
System Red Green Blue C M Y K H S L
Decimal 171 35 168 0 0.80 0.02 0.33 301.32 0.66 0.4
Hex AB 23 A8 0 50 2 21 12D 42 28
Octal 253 43 250 0 120 2 41 455 102 50
Binary 10101011 100011 10101000 0 1010000 10 100001 100101101 1000010 101000

Color Harmonies of #AB23A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB23A8

Black with #AB23A8

Text Example


Text Example

White with #AB23A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB23A8; }

 p { color: rgb(171,35,168); }

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

background-color css

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

 a { background-color: rgb(171,35,168); }

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

border-color css

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

 span { border-color: rgb(171,35,168); }

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