Html Css Color HEX #AB32AD Dark Orchid

📋 copy color: '#AB32AD'

red 171 ◦ green 50 ◦ blue 173

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

Shades of Dark Orchid #AB32AD

Tints of Dark Orchid #AB32AD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.69%

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

R = 43.4%
G = 12.69%
B = 43.91%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB32AD (or 0xAB32AD) is known color: Dark Orchid. HEX triplet: AB, 32 and AD. RGB value is (171,50,173). Sum of RGB (Red+Green+Blue) = 171+50+173=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB32AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB32AD is #54CD52. Grayscale: #636363. Windows color (decimal): -5557587 or 11350699. OLE color: 11350699.

HSL color Cylindrical-coordinate representation of color #AB32AD: hue angle of 299.02º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB32AD is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 50 173 -
CMYK 0.01 0.71 0 0.32
HSL 299.02º 0.55% 0.44% -
HSV(B) 299.02º 0.71% 0.68% -
XYZ 25.48 13.96 40.89 -
YUV 100.2 169.09 178.5 -
System Red Green Blue C M Y K H S L
Decimal 171 50 173 0.01 0.71 0 0.32 299.02 0.55 0.44
Hex AB 32 AD 1 47 0 20 12B 37 2C
Octal 253 62 255 1 107 0 40 453 67 54
Binary 10101011 110010 10101101 1 1000111 0 100000 100101011 110111 101100

Color Harmonies of #AB32AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB32AD

Black with #AB32AD

Text Example


Text Example

White with #AB32AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB32AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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