Html Css Color HEX #A32EAE Dark Orchid

📋 copy color: '#A32EAE'

red 163 ◦ green 46 ◦ blue 174

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

Shades of Dark Orchid #A32EAE

Tints of Dark Orchid #A32EAE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.01%

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

R = 42.56%
G = 12.01%
B = 45.43%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A32EAE (or 0xA32EAE) is known color: Dark Orchid. HEX triplet: A3, 2E and AE. RGB value is (163,46,174). Sum of RGB (Red+Green+Blue) = 163+46+174=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #A32EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32EAE is #5CD151. Grayscale: #5F5F5F. Windows color (decimal): -6082898 or 11415203. OLE color: 11415203.

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

Color convert

RGB 163 46 174 -
CMYK 0.06 0.74 0 0.32
HSL 294.84º 0.58% 0.43% -
HSV(B) 294.84º 0.74% 0.68% -
XYZ 23.72 12.8 41.26 -
YUV 95.58 172.26 176.09 -
System Red Green Blue C M Y K H S L
Decimal 163 46 174 0.06 0.74 0 0.32 294.84 0.58 0.43
Hex A3 2E AE 6 4A 0 20 127 3A 2B
Octal 243 56 256 6 112 0 40 447 72 53
Binary 10100011 101110 10101110 110 1001010 0 100000 100100111 111010 101011

Color Harmonies of #A32EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32EAE

Black with #A32EAE

Text Example


Text Example

White with #A32EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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