Html Css Color HEX #A327AA Dark Orchid

📋 copy color: '#A327AA'

red 163 ◦ green 39 ◦ blue 170

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

Shades of Dark Orchid #A327AA

Tints of Dark Orchid #A327AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.48%

 BLUE value IS 170 (66.8% from 255) = 45.7%

R = 43.82%
G = 10.48%
B = 45.7%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A327AA (or 0xA327AA) is known color: Dark Orchid. HEX triplet: A3, 27 and AA. RGB value is (163,39,170). Sum of RGB (Red+Green+Blue) = 163+39+170=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #A327AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A327AA is #5CD855. Grayscale: #5A5A5A. Windows color (decimal): -6084694 or 11151267. OLE color: 11151267.

HSL color Cylindrical-coordinate representation of color #A327AA: hue angle of 296.79º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A327AA is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 39 170 -
CMYK 0.04 0.77 0 0.33
HSL 296.79º 0.63% 0.41% -
HSV(B) 296.79º 0.77% 0.67% -
XYZ 23.09 12.14 39.16 -
YUV 91.01 172.58 179.35 -
System Red Green Blue C M Y K H S L
Decimal 163 39 170 0.04 0.77 0 0.33 296.79 0.63 0.41
Hex A3 27 AA 4 4D 0 21 129 3F 29
Octal 243 47 252 4 115 0 41 451 77 51
Binary 10100011 100111 10101010 100 1001101 0 100001 100101001 111111 101001

Color Harmonies of #A327AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A327AA

Black with #A327AA

Text Example


Text Example

White with #A327AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A327AA; }

 p { color: rgb(163,39,170); }

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

background-color css

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

 a { background-color: rgb(163,39,170); }

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

border-color css

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

 span { border-color: rgb(163,39,170); }

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