Html Css Color HEX #AB23AC Dark Orchid

📋 copy color: '#AB23AC'

red 171 ◦ green 35 ◦ blue 172

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

Shades of Dark Orchid #AB23AC

Tints of Dark Orchid #AB23AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.5%

R = 45.24%
G = 9.26%
B = 45.5%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB23AC (or 0xAB23AC) is known color: Dark Orchid. HEX triplet: AB, 23 and AC. RGB value is (171,35,172). Sum of RGB (Red+Green+Blue) = 171+35+172=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB23AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB23AC is #54DC53. Grayscale: #5A5A5A. Windows color (decimal): -5561428 or 11281323. OLE color: 11281323.

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

Color convert

RGB 171 35 172 -
CMYK 0.01 0.80 0 0.33
HSL 299.56º 0.66% 0.41% -
HSV(B) 299.56º 0.8% 0.67% -
XYZ 24.84 12.84 40.2 -
YUV 91.28 173.56 184.86 -
System Red Green Blue C M Y K H S L
Decimal 171 35 172 0.01 0.80 0 0.33 299.56 0.66 0.41
Hex AB 23 AC 1 50 0 21 12C 42 29
Octal 253 43 254 1 120 0 41 454 102 51
Binary 10101011 100011 10101100 1 1010000 0 100001 100101100 1000010 101001

Color Harmonies of #AB23AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB23AC

Black with #AB23AC

Text Example


Text Example

White with #AB23AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB23AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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