Html Css Color HEX #A325D9 Dark Orchid

📋 copy color: '#A325D9'

red 163 ◦ green 37 ◦ blue 217

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

Shades of Dark Orchid #A325D9

Tints of Dark Orchid #A325D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 52.04%

R = 39.09%
G = 8.87%
B = 52.04%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A325D9 (or 0xA325D9) is known color: Dark Orchid. HEX triplet: A3, 25 and D9. RGB value is (163,37,217). Sum of RGB (Red+Green+Blue) = 163+37+217=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 217 (85.16% from 255 or 52.04% from 417); Max value from RGB is 217 - color contains mainly: blue. Hex color #A325D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A325D9 is #5CDA26. Grayscale: #5E5E5E. Windows color (decimal): -6085159 or 14230947. OLE color: 14230947.

HSL color Cylindrical-coordinate representation of color #A325D9: hue angle of 282º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A325D9 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 37 217 -
CMYK 0.25 0.83 0 0.15
HSL 282º 0.71% 0.5% -
HSV(B) 282º 0.83% 0.85% -
XYZ 28.29 14.12 66.88 -
YUV 95.19 196.74 176.36 -
System Red Green Blue C M Y K H S L
Decimal 163 37 217 0.25 0.83 0 0.15 282 0.71 0.5
Hex A3 25 D9 19 53 0 F 11A 47 32
Octal 243 45 331 31 123 0 17 432 107 62
Binary 10100011 100101 11011001 11001 1010011 0 1111 100011010 1000111 110010

Color Harmonies of #A325D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A325D9

Black with #A325D9

Text Example


Text Example

White with #A325D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A325D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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