Html Css Color HEX #A32BAC Dark Orchid

📋 copy color: '#A32BAC'

red 163 ◦ green 43 ◦ blue 172

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

Shades of Dark Orchid #A32BAC

Tints of Dark Orchid #A32BAC

RGB

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

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

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

R = 43.12%
G = 11.38%
B = 45.5%

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

#A32BAC (or 0xA32BAC) is known color: Dark Orchid. HEX triplet: A3, 2B and AC. RGB value is (163,43,172). Sum of RGB (Red+Green+Blue) = 163+43+172=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 43 (17.19% from 255 or 11.38% 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 #A32BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32BAC is #5CD453. Grayscale: #5D5D5D. Windows color (decimal): -6083668 or 11283363. OLE color: 11283363.

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

Color convert

RGB 163 43 172 -
CMYK 0.05 0.75 0 0.33
HSL 295.81º 0.6% 0.42% -
HSV(B) 295.81º 0.75% 0.67% -
XYZ 23.41 12.49 40.21 -
YUV 93.59 172.26 177.51 -
System Red Green Blue C M Y K H S L
Decimal 163 43 172 0.05 0.75 0 0.33 295.81 0.6 0.42
Hex A3 2B AC 5 4B 0 21 128 3C 2A
Octal 243 53 254 5 113 0 41 450 74 52
Binary 10100011 101011 10101100 101 1001011 0 100001 100101000 111100 101010

Color Harmonies of #A32BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32BAC

Black with #A32BAC

Text Example


Text Example

White with #A32BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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