Html Css Color HEX #A393C9 Cold Purple

📋 copy color: '#A393C9'

red 163 ◦ green 147 ◦ blue 201

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

Shades of Cold Purple #A393C9

Tints of Cold Purple #A393C9

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.77%

 BLUE value IS 201 (78.91% from 255) = 39.33%

R = 31.9%
G = 28.77%
B = 39.33%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A393C9 (or 0xA393C9) is known color: Cold Purple. HEX triplet: A3, 93 and C9. RGB value is (163,147,201). Sum of RGB (Red+Green+Blue) = 163+147+201=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #A393C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393C9 is #5C6C36. Grayscale: #9D9D9D. Windows color (decimal): -6057015 or 13210531. OLE color: 13210531.

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

Color convert

RGB 163 147 201 -
CMYK 0.19 0.27 0 0.21
HSL 257.78º 0.33% 0.68% -
HSV(B) 257.78º 0.27% 0.79% -
XYZ 36.08 32.87 59.7 -
YUV 157.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 163 147 201 0.19 0.27 0 0.21 257.78 0.33 0.68
Hex A3 93 C9 13 1B 0 15 102 21 44
Octal 243 223 311 23 33 0 25 402 41 104
Binary 10100011 10010011 11001001 10011 11011 0 10101 100000010 100001 1000100

Color Harmonies of #A393C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393C9

Black with #A393C9

Text Example


Text Example

White with #A393C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393C9; }

 p { color: rgb(163,147,201); }

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

background-color css

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

 a { background-color: rgb(163,147,201); }

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

border-color css

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

 span { border-color: rgb(163,147,201); }

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