Html Css Color HEX #A32BAB Dark Orchid

📋 copy color: '#A32BAB'

red 163 ◦ green 43 ◦ blue 171

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

Shades of Dark Orchid #A32BAB

Tints of Dark Orchid #A32BAB

RGB

 RED value IS 163 (64.06% from 255) = 43.24%

 GREEN value IS 43 (17.19% from 255) = 11.41%

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

R = 43.24%
G = 11.41%
B = 45.36%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A32BAB (or 0xA32BAB) is known color: Dark Orchid. HEX triplet: A3, 2B and AB. RGB value is (163,43,171). Sum of RGB (Red+Green+Blue) = 163+43+171=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #A32BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32BAB is #5CD454. Grayscale: #5D5D5D. Windows color (decimal): -6083669 or 11217827. OLE color: 11217827.

HSL color Cylindrical-coordinate representation of color #A32BAB: hue angle of 296.25º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32BAB is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 43 171 -
CMYK 0.05 0.75 0 0.33
HSL 296.25º 0.6% 0.42% -
HSV(B) 296.25º 0.75% 0.67% -
XYZ 23.32 12.45 39.7 -
YUV 93.47 171.76 177.59 -
System Red Green Blue C M Y K H S L
Decimal 163 43 171 0.05 0.75 0 0.33 296.25 0.6 0.42
Hex A3 2B AB 5 4B 0 21 128 3C 2A
Octal 243 53 253 5 113 0 41 450 74 52
Binary 10100011 101011 10101011 101 1001011 0 100001 100101000 111100 101010

Color Harmonies of #A32BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32BAB

Black with #A32BAB

Text Example


Text Example

White with #A32BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32BAB; }

 p { color: rgb(163,43,171); }

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

background-color css

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

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

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

border-color css

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

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

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