Html Css Color HEX #AB23AB Dark Orchid

📋 copy color: '#AB23AB'

red 171 ◦ green 35 ◦ blue 171

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

Shades of Dark Orchid #AB23AB

Tints of Dark Orchid #AB23AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 45.36%
G = 9.28%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB23AB (or 0xAB23AB) is known color: Dark Orchid. HEX triplet: AB, 23 and AB. RGB value is (171,35,171). Sum of RGB (Red+Green+Blue) = 171+35+171=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB23AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB23AB is #54DC54. Grayscale: #5A5A5A. Windows color (decimal): -5561429 or 11215787. OLE color: 11215787.

HSL color Cylindrical-coordinate representation of color #AB23AB: hue angle of 300º 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 #AB23AB is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 35 171 -
CMYK 0 0.80 0 0.33
HSL 300º 0.66% 0.4% -
HSV(B) 300º 0.8% 0.67% -
XYZ 24.75 12.8 39.69 -
YUV 91.17 173.06 184.94 -
System Red Green Blue C M Y K H S L
Decimal 171 35 171 0 0.80 0 0.33 300 0.66 0.4
Hex AB 23 AB 0 50 0 21 12C 42 28
Octal 253 43 253 0 120 0 41 454 102 50
Binary 10101011 100011 10101011 0 1010000 0 100001 100101100 1000010 101000

Color Harmonies of #AB23AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB23AB

Black with #AB23AB

Text Example


Text Example

White with #AB23AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB23AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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