Html Css Color HEX #A393C6 Cold Purple

📋 copy color: '#A393C6'

red 163 ◦ green 147 ◦ blue 198

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

Shades of Cold Purple #A393C6

Tints of Cold Purple #A393C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.98%

R = 32.09%
G = 28.94%
B = 38.98%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A393C6 (or 0xA393C6) is known color: Cold Purple. HEX triplet: A3, 93 and C6. RGB value is (163,147,198). Sum of RGB (Red+Green+Blue) = 163+147+198=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 198 - color contains mainly: blue. Hex color #A393C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393C6 is #5C6C39. Grayscale: #9D9D9D. Windows color (decimal): -6057018 or 13013923. OLE color: 13013923.

HSL color Cylindrical-coordinate representation of color #A393C6: hue angle of 258.82º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A393C6 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 163 147 198 -
CMYK 0.18 0.26 0 0.22
HSL 258.82º 0.31% 0.68% -
HSV(B) 258.82º 0.26% 0.78% -
XYZ 35.73 32.73 57.86 -
YUV 157.6 150.8 131.85 -
System Red Green Blue C M Y K H S L
Decimal 163 147 198 0.18 0.26 0 0.22 258.82 0.31 0.68
Hex A3 93 C6 12 1A 0 16 103 1F 44
Octal 243 223 306 22 32 0 26 403 37 104
Binary 10100011 10010011 11000110 10010 11010 0 10110 100000011 11111 1000100

Color Harmonies of #A393C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393C6

Black with #A393C6

Text Example


Text Example

White with #A393C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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