Html Css Color HEX #A397BE Cold Purple

📋 copy color: '#A397BE'

red 163 ◦ green 151 ◦ blue 190

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

Shades of Cold Purple #A397BE

Tints of Cold Purple #A397BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 32.34%
G = 29.96%
B = 37.7%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A397BE (or 0xA397BE) is known color: Cold Purple. HEX triplet: A3, 97 and BE. RGB value is (163,151,190). Sum of RGB (Red+Green+Blue) = 163+151+190=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #A397BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397BE is #5C6841. Grayscale: #9E9E9E. Windows color (decimal): -6056002 or 12490659. OLE color: 12490659.

HSL color Cylindrical-coordinate representation of color #A397BE: hue angle of 258.46º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A397BE is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 151 190 -
CMYK 0.14 0.21 0 0.25
HSL 258.46º 0.23% 0.67% -
HSV(B) 258.46º 0.21% 0.75% -
XYZ 35.47 33.64 53.34 -
YUV 159.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 163 151 190 0.14 0.21 0 0.25 258.46 0.23 0.67
Hex A3 97 BE E 15 0 19 102 17 43
Octal 243 227 276 16 25 0 31 402 27 103
Binary 10100011 10010111 10111110 1110 10101 0 11001 100000010 10111 1000011

Color Harmonies of #A397BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A397BE

Black with #A397BE

Text Example


Text Example

White with #A397BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A397BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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