Html Css Color HEX #A328D6 Dark Orchid

📋 copy color: '#A328D6'

red 163 ◦ green 40 ◦ blue 214

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

Shades of Dark Orchid #A328D6

Tints of Dark Orchid #A328D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.32%

R = 39.09%
G = 9.59%
B = 51.32%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A328D6 (or 0xA328D6) is known color: Dark Orchid. HEX triplet: A3, 28 and D6. RGB value is (163,40,214). Sum of RGB (Red+Green+Blue) = 163+40+214=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 214 (83.98% from 255 or 51.32% from 417); Max value from RGB is 214 - color contains mainly: blue. Hex color #A328D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A328D6 is #5CD729. Grayscale: #606060. Windows color (decimal): -6084394 or 14035107. OLE color: 14035107.

HSL color Cylindrical-coordinate representation of color #A328D6: hue angle of 282.41º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A328D6 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 40 214 -
CMYK 0.24 0.81 0 0.16
HSL 282.41º 0.69% 0.5% -
HSV(B) 282.41º 0.81% 0.84% -
XYZ 28 14.16 64.88 -
YUV 96.61 194.25 175.35 -
System Red Green Blue C M Y K H S L
Decimal 163 40 214 0.24 0.81 0 0.16 282.41 0.69 0.5
Hex A3 28 D6 18 51 0 10 11A 45 32
Octal 243 50 326 30 121 0 20 432 105 62
Binary 10100011 101000 11010110 11000 1010001 0 10000 100011010 1000101 110010

Color Harmonies of #A328D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328D6

Black with #A328D6

Text Example


Text Example

White with #A328D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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