Html Css Color HEX #A325AD Dark Orchid

📋 copy color: '#A325AD'

red 163 ◦ green 37 ◦ blue 173

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

Shades of Dark Orchid #A325AD

Tints of Dark Orchid #A325AD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.92%

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

R = 43.7%
G = 9.92%
B = 46.38%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A325AD (or 0xA325AD) is known color: Dark Orchid. HEX triplet: A3, 25 and AD. RGB value is (163,37,173). Sum of RGB (Red+Green+Blue) = 163+37+173=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #A325AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A325AD is #5CDA52. Grayscale: #595959. Windows color (decimal): -6085203 or 11347363. OLE color: 11347363.

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

Color convert

RGB 163 37 173 -
CMYK 0.06 0.79 0 0.32
HSL 295.59º 0.65% 0.41% -
HSV(B) 295.59º 0.79% 0.68% -
XYZ 23.31 12.13 40.65 -
YUV 90.18 174.74 179.94 -
System Red Green Blue C M Y K H S L
Decimal 163 37 173 0.06 0.79 0 0.32 295.59 0.65 0.41
Hex A3 25 AD 6 4F 0 20 128 41 29
Octal 243 45 255 6 117 0 40 450 101 51
Binary 10100011 100101 10101101 110 1001111 0 100000 100101000 1000001 101001

Color Harmonies of #A325AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A325AD

Black with #A325AD

Text Example


Text Example

White with #A325AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A325AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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