Html Css Color HEX #A397BA Cold Purple

📋 copy color: '#A397BA'

red 163 ◦ green 151 ◦ blue 186

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

Shades of Cold Purple #A397BA

Tints of Cold Purple #A397BA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.2%

 BLUE value IS 186 (73.05% from 255) = 37.2%

R = 32.6%
G = 30.2%
B = 37.2%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A397BA (or 0xA397BA) is known color: Cold Purple. HEX triplet: A3, 97 and BA. RGB value is (163,151,186). Sum of RGB (Red+Green+Blue) = 163+151+186=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #A397BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397BA is #5C6845. Grayscale: #9E9E9E. Windows color (decimal): -6056006 or 12228515. OLE color: 12228515.

HSL color Cylindrical-coordinate representation of color #A397BA: hue angle of 260.57º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A397BA is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 151 186 -
CMYK 0.12 0.19 0 0.27
HSL 260.57º 0.2% 0.66% -
HSV(B) 260.57º 0.19% 0.73% -
XYZ 35.03 33.46 51.07 -
YUV 158.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 163 151 186 0.12 0.19 0 0.27 260.57 0.2 0.66
Hex A3 97 BA C 13 0 1B 105 14 42
Octal 243 227 272 14 23 0 33 405 24 102
Binary 10100011 10010111 10111010 1100 10011 0 11011 100000101 10100 1000010

Color Harmonies of #A397BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A397BA

Black with #A397BA

Text Example


Text Example

White with #A397BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A397BA; }

 p { color: rgb(163,151,186); }

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

background-color css

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

 a { background-color: rgb(163,151,186); }

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

border-color css

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

 span { border-color: rgb(163,151,186); }

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