Html Css Color HEX #AB23AD Dark Orchid

📋 copy color: '#AB23AD'

red 171 ◦ green 35 ◦ blue 173

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

Shades of Dark Orchid #AB23AD

Tints of Dark Orchid #AB23AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 45.12%
G = 9.23%
B = 45.65%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB23AD (or 0xAB23AD) is known color: Dark Orchid. HEX triplet: AB, 23 and AD. RGB value is (171,35,173). Sum of RGB (Red+Green+Blue) = 171+35+173=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB23AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB23AD is #54DC52. Grayscale: #5A5A5A. Windows color (decimal): -5561427 or 11346859. OLE color: 11346859.

HSL color Cylindrical-coordinate representation of color #AB23AD: hue angle of 299.13º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB23AD is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 35 173 -
CMYK 0.01 0.80 0 0.32
HSL 299.13º 0.66% 0.41% -
HSV(B) 299.13º 0.8% 0.68% -
XYZ 24.94 12.88 40.71 -
YUV 91.4 174.06 184.78 -
System Red Green Blue C M Y K H S L
Decimal 171 35 173 0.01 0.80 0 0.32 299.13 0.66 0.41
Hex AB 23 AD 1 50 0 20 12B 42 29
Octal 253 43 255 1 120 0 40 453 102 51
Binary 10101011 100011 10101101 1 1010000 0 100000 100101011 1000010 101001

Color Harmonies of #AB23AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB23AD

Black with #AB23AD

Text Example


Text Example

White with #AB23AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB23AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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