Html Css Color HEX #A328CA Dark Orchid

📋 copy color: '#A328CA'

red 163 ◦ green 40 ◦ blue 202

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

Shades of Dark Orchid #A328CA

Tints of Dark Orchid #A328CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.88%

R = 40.25%
G = 9.88%
B = 49.88%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A328CA (or 0xA328CA) is known color: Dark Orchid. HEX triplet: A3, 28 and CA. RGB value is (163,40,202). Sum of RGB (Red+Green+Blue) = 163+40+202=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #A328CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A328CA is #5CD735. Grayscale: #5E5E5E. Windows color (decimal): -6084406 or 13248675. OLE color: 13248675.

HSL color Cylindrical-coordinate representation of color #A328CA: hue angle of 285.56º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A328CA is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 40 202 -
CMYK 0.19 0.80 0 0.21
HSL 285.56º 0.67% 0.47% -
HSV(B) 285.56º 0.8% 0.79% -
XYZ 26.52 13.57 57.1 -
YUV 95.25 188.25 176.33 -
System Red Green Blue C M Y K H S L
Decimal 163 40 202 0.19 0.80 0 0.21 285.56 0.67 0.47
Hex A3 28 CA 13 50 0 15 11E 43 2F
Octal 243 50 312 23 120 0 25 436 103 57
Binary 10100011 101000 11001010 10011 1010000 0 10101 100011110 1000011 101111

Color Harmonies of #A328CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328CA

Black with #A328CA

Text Example


Text Example

White with #A328CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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