Html Css Color HEX #A328AA Dark Orchid

📋 copy color: '#A328AA'

red 163 ◦ green 40 ◦ blue 170

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

Shades of Dark Orchid #A328AA

Tints of Dark Orchid #A328AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.72%

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

R = 43.7%
G = 10.72%
B = 45.58%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A328AA (or 0xA328AA) is known color: Dark Orchid. HEX triplet: A3, 28 and AA. RGB value is (163,40,170). Sum of RGB (Red+Green+Blue) = 163+40+170=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #A328AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A328AA is #5CD755. Grayscale: #5B5B5B. Windows color (decimal): -6084438 or 11151523. OLE color: 11151523.

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

Color convert

RGB 163 40 170 -
CMYK 0.04 0.76 0 0.33
HSL 296.77º 0.62% 0.41% -
HSV(B) 296.77º 0.76% 0.67% -
XYZ 23.12 12.21 39.17 -
YUV 91.6 172.25 178.93 -
System Red Green Blue C M Y K H S L
Decimal 163 40 170 0.04 0.76 0 0.33 296.77 0.62 0.41
Hex A3 28 AA 4 4C 0 21 129 3E 29
Octal 243 50 252 4 114 0 41 451 76 51
Binary 10100011 101000 10101010 100 1001100 0 100001 100101001 111110 101001

Color Harmonies of #A328AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328AA

Black with #A328AA

Text Example


Text Example

White with #A328AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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