Html Css Color HEX #A328D9 Dark Orchid

📋 copy color: '#A328D9'

red 163 ◦ green 40 ◦ blue 217

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

Shades of Dark Orchid #A328D9

Tints of Dark Orchid #A328D9

RGB

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

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

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

R = 38.81%
G = 9.52%
B = 51.67%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A328D9 (or 0xA328D9) is known color: Dark Orchid. HEX triplet: A3, 28 and D9. RGB value is (163,40,217). Sum of RGB (Red+Green+Blue) = 163+40+217=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #A328D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A328D9 is #5CD726. Grayscale: #606060. Windows color (decimal): -6084391 or 14231715. OLE color: 14231715.

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

Color convert

RGB 163 40 217 -
CMYK 0.25 0.82 0 0.15
HSL 281.69º 0.7% 0.5% -
HSV(B) 281.69º 0.82% 0.85% -
XYZ 28.39 14.31 66.91 -
YUV 96.96 195.75 175.11 -
System Red Green Blue C M Y K H S L
Decimal 163 40 217 0.25 0.82 0 0.15 281.69 0.7 0.5
Hex A3 28 D9 19 52 0 F 11A 46 32
Octal 243 50 331 31 122 0 17 432 106 62
Binary 10100011 101000 11011001 11001 1010010 0 1111 100011010 1000110 110010

Color Harmonies of #A328D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328D9

Black with #A328D9

Text Example


Text Example

White with #A328D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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