Html Css Color HEX #A395C5 Cold Purple

📋 copy color: '#A395C5'

red 163 ◦ green 149 ◦ blue 197

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

Shades of Cold Purple #A395C5

Tints of Cold Purple #A395C5

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.27%

 BLUE value IS 197 (77.34% from 255) = 38.7%

R = 32.02%
G = 29.27%
B = 38.7%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A395C5 (or 0xA395C5) is known color: Cold Purple. HEX triplet: A3, 95 and C5. RGB value is (163,149,197). Sum of RGB (Red+Green+Blue) = 163+149+197=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 197 - color contains mainly: blue. Hex color #A395C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395C5 is #5C6A3A. Grayscale: #9E9E9E. Windows color (decimal): -6056507 or 12948899. OLE color: 12948899.

HSL color Cylindrical-coordinate representation of color #A395C5: hue angle of 257.5º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A395C5 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 149 197 -
CMYK 0.17 0.24 0 0.23
HSL 257.5º 0.29% 0.68% -
HSV(B) 257.5º 0.24% 0.77% -
XYZ 35.93 33.31 57.36 -
YUV 158.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 163 149 197 0.17 0.24 0 0.23 257.5 0.29 0.68
Hex A3 95 C5 11 18 0 17 102 1D 44
Octal 243 225 305 21 30 0 27 402 35 104
Binary 10100011 10010101 11000101 10001 11000 0 10111 100000010 11101 1000100

Color Harmonies of #A395C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A395C5

Black with #A395C5

Text Example


Text Example

White with #A395C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A395C5; }

 p { color: rgb(163,149,197); }

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

background-color css

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

 a { background-color: rgb(163,149,197); }

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

border-color css

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

 span { border-color: rgb(163,149,197); }

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