Html Css Color HEX #A397BD Cold Purple

📋 copy color: '#A397BD'

red 163 ◦ green 151 ◦ blue 189

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

Shades of Cold Purple #A397BD

Tints of Cold Purple #A397BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.57%

R = 32.41%
G = 30.02%
B = 37.57%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A397BD (or 0xA397BD) is known color: Cold Purple. HEX triplet: A3, 97 and BD. RGB value is (163,151,189). Sum of RGB (Red+Green+Blue) = 163+151+189=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #A397BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397BD is #5C6842. Grayscale: #9E9E9E. Windows color (decimal): -6056003 or 12425123. OLE color: 12425123.

HSL color Cylindrical-coordinate representation of color #A397BD: hue angle of 258.95º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A397BD is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 151 189 -
CMYK 0.14 0.20 0 0.26
HSL 258.95º 0.22% 0.67% -
HSV(B) 258.95º 0.2% 0.74% -
XYZ 35.36 33.59 52.76 -
YUV 158.92 144.98 130.91 -
System Red Green Blue C M Y K H S L
Decimal 163 151 189 0.14 0.20 0 0.26 258.95 0.22 0.67
Hex A3 97 BD E 14 0 1A 103 16 43
Octal 243 227 275 16 24 0 32 403 26 103
Binary 10100011 10010111 10111101 1110 10100 0 11010 100000011 10110 1000011

Color Harmonies of #A397BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A397BD

Black with #A397BD

Text Example


Text Example

White with #A397BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A397BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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