Html Css Color HEX #A328AC Dark Orchid

📋 copy color: '#A328AC'

red 163 ◦ green 40 ◦ blue 172

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

Shades of Dark Orchid #A328AC

Tints of Dark Orchid #A328AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 43.47%
G = 10.67%
B = 45.87%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A328AC (or 0xA328AC) is known color: Dark Orchid. HEX triplet: A3, 28 and AC. RGB value is (163,40,172). Sum of RGB (Red+Green+Blue) = 163+40+172=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #A328AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A328AC is #5CD753. Grayscale: #5B5B5B. Windows color (decimal): -6084436 or 11282595. OLE color: 11282595.

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

Color convert

RGB 163 40 172 -
CMYK 0.05 0.77 0 0.33
HSL 295.91º 0.62% 0.42% -
HSV(B) 295.91º 0.77% 0.67% -
XYZ 23.31 12.28 40.17 -
YUV 91.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 163 40 172 0.05 0.77 0 0.33 295.91 0.62 0.42
Hex A3 28 AC 5 4D 0 21 128 3E 2A
Octal 243 50 254 5 115 0 41 450 76 52
Binary 10100011 101000 10101100 101 1001101 0 100001 100101000 111110 101010

Color Harmonies of #A328AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328AC

Black with #A328AC

Text Example


Text Example

White with #A328AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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