Html Css Color HEX #A32DAE Dark Orchid

📋 copy color: '#A32DAE'

red 163 ◦ green 45 ◦ blue 174

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

Shades of Dark Orchid #A32DAE

Tints of Dark Orchid #A32DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.78%

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

R = 42.67%
G = 11.78%
B = 45.55%

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

#A32DAE (or 0xA32DAE) is known color: Dark Orchid. HEX triplet: A3, 2D and AE. RGB value is (163,45,174). Sum of RGB (Red+Green+Blue) = 163+45+174=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #A32DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32DAE is #5CD251. Grayscale: #5E5E5E. Windows color (decimal): -6083154 or 11414947. OLE color: 11414947.

HSL color Cylindrical-coordinate representation of color #A32DAE: hue angle of 294.88º degrees, saturation: 0.59, 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 #A32DAE is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 45 174 -
CMYK 0.06 0.74 0 0.32
HSL 294.88º 0.59% 0.43% -
HSV(B) 294.88º 0.74% 0.68% -
XYZ 23.68 12.72 41.25 -
YUV 94.99 172.59 176.51 -
System Red Green Blue C M Y K H S L
Decimal 163 45 174 0.06 0.74 0 0.32 294.88 0.59 0.43
Hex A3 2D AE 6 4A 0 20 127 3B 2B
Octal 243 55 256 6 112 0 40 447 73 53
Binary 10100011 101101 10101110 110 1001010 0 100000 100100111 111011 101011

Color Harmonies of #A32DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32DAE

Black with #A32DAE

Text Example


Text Example

White with #A32DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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