Html Css Color HEX #A322AE Dark Orchid

📋 copy color: '#A322AE'

red 163 ◦ green 34 ◦ blue 174

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

Shades of Dark Orchid #A322AE

Tints of Dark Orchid #A322AE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.16%

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

R = 43.94%
G = 9.16%
B = 46.9%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A322AE (or 0xA322AE) is known color: Dark Orchid. HEX triplet: A3, 22 and AE. RGB value is (163,34,174). Sum of RGB (Red+Green+Blue) = 163+34+174=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #A322AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A322AE is #5CDD51. Grayscale: #585858. Windows color (decimal): -6085970 or 11412131. OLE color: 11412131.

HSL color Cylindrical-coordinate representation of color #A322AE: hue angle of 295.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A322AE is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 34 174 -
CMYK 0.06 0.80 0 0.32
HSL 295.29º 0.67% 0.41% -
HSV(B) 295.29º 0.8% 0.68% -
XYZ 23.32 11.99 41.13 -
YUV 88.53 176.24 181.12 -
System Red Green Blue C M Y K H S L
Decimal 163 34 174 0.06 0.80 0 0.32 295.29 0.67 0.41
Hex A3 22 AE 6 50 0 20 127 43 29
Octal 243 42 256 6 120 0 40 447 103 51
Binary 10100011 100010 10101110 110 1010000 0 100000 100100111 1000011 101001

Color Harmonies of #A322AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A322AE

Black with #A322AE

Text Example


Text Example

White with #A322AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A322AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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