Html Css Color HEX #A32BAE Dark Orchid

📋 copy color: '#A32BAE'

red 163 ◦ green 43 ◦ blue 174

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

Shades of Dark Orchid #A32BAE

Tints of Dark Orchid #A32BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.79%

R = 42.89%
G = 11.32%
B = 45.79%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A32BAE (or 0xA32BAE) is known color: Dark Orchid. HEX triplet: A3, 2B and AE. RGB value is (163,43,174). Sum of RGB (Red+Green+Blue) = 163+43+174=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #A32BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32BAE is #5CD451. Grayscale: #5D5D5D. Windows color (decimal): -6083666 or 11414435. OLE color: 11414435.

HSL color Cylindrical-coordinate representation of color #A32BAE: hue angle of 294.96º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32BAE is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 43 174 -
CMYK 0.06 0.75 0 0.32
HSL 294.96º 0.6% 0.43% -
HSV(B) 294.96º 0.75% 0.68% -
XYZ 23.61 12.57 41.23 -
YUV 93.81 173.26 177.35 -
System Red Green Blue C M Y K H S L
Decimal 163 43 174 0.06 0.75 0 0.32 294.96 0.6 0.43
Hex A3 2B AE 6 4B 0 20 127 3C 2B
Octal 243 53 256 6 113 0 40 447 74 53
Binary 10100011 101011 10101110 110 1001011 0 100000 100100111 111100 101011

Color Harmonies of #A32BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32BAE

Black with #A32BAE

Text Example


Text Example

White with #A32BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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