Html Css Color HEX #A327CA Dark Orchid

📋 copy color: '#A327CA'

red 163 ◦ green 39 ◦ blue 202

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

Shades of Dark Orchid #A327CA

Tints of Dark Orchid #A327CA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.65%

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

R = 40.35%
G = 9.65%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A327CA (or 0xA327CA) is known color: Dark Orchid. HEX triplet: A3, 27 and CA. RGB value is (163,39,202). Sum of RGB (Red+Green+Blue) = 163+39+202=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #A327CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A327CA is #5CD835. Grayscale: #5E5E5E. Windows color (decimal): -6084662 or 13248419. OLE color: 13248419.

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

Color convert

RGB 163 39 202 -
CMYK 0.19 0.81 0 0.21
HSL 285.64º 0.68% 0.47% -
HSV(B) 285.64º 0.81% 0.79% -
XYZ 26.49 13.5 57.09 -
YUV 94.66 188.58 176.75 -
System Red Green Blue C M Y K H S L
Decimal 163 39 202 0.19 0.81 0 0.21 285.64 0.68 0.47
Hex A3 27 CA 13 51 0 15 11E 44 2F
Octal 243 47 312 23 121 0 25 436 104 57
Binary 10100011 100111 11001010 10011 1010001 0 10101 100011110 1000100 101111

Color Harmonies of #A327CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A327CA

Black with #A327CA

Text Example


Text Example

White with #A327CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A327CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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