Html Css Color HEX #A328AD Dark Orchid

📋 copy color: '#A328AD'

red 163 ◦ green 40 ◦ blue 173

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

Shades of Dark Orchid #A328AD

Tints of Dark Orchid #A328AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.01%

R = 43.35%
G = 10.64%
B = 46.01%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A328AD (or 0xA328AD) is known color: Dark Orchid. HEX triplet: A3, 28 and AD. RGB value is (163,40,173). Sum of RGB (Red+Green+Blue) = 163+40+173=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #A328AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A328AD is #5CD752. Grayscale: #5B5B5B. Windows color (decimal): -6084435 or 11348131. OLE color: 11348131.

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

Color convert

RGB 163 40 173 -
CMYK 0.06 0.77 0 0.32
HSL 295.49º 0.62% 0.42% -
HSV(B) 295.49º 0.77% 0.68% -
XYZ 23.41 12.32 40.68 -
YUV 91.94 173.75 178.69 -
System Red Green Blue C M Y K H S L
Decimal 163 40 173 0.06 0.77 0 0.32 295.49 0.62 0.42
Hex A3 28 AD 6 4D 0 20 127 3E 2A
Octal 243 50 255 6 115 0 40 447 76 52
Binary 10100011 101000 10101101 110 1001101 0 100000 100100111 111110 101010

Color Harmonies of #A328AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328AD

Black with #A328AD

Text Example


Text Example

White with #A328AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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