Html Css Color HEX #A397CC Wistful

📋 copy color: '#A397CC'

red 163 ◦ green 151 ◦ blue 204

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

Shades of Wistful #A397CC

Tints of Wistful #A397CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 31.47%
G = 29.15%
B = 39.38%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A397CC (or 0xA397CC) is known color: Wistful. HEX triplet: A3, 97 and CC. RGB value is (163,151,204). Sum of RGB (Red+Green+Blue) = 163+151+204=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #A397CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A397CC is #5C6833. Grayscale: #A0A0A0. Windows color (decimal): -6055988 or 13408163. OLE color: 13408163.

HSL color Cylindrical-coordinate representation of color #A397CC: hue angle of 253.58º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A397CC is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 151 204 -
CMYK 0.20 0.26 0 0.2
HSL 253.58º 0.34% 0.7% -
HSV(B) 253.58º 0.26% 0.8% -
XYZ 37.07 34.28 61.79 -
YUV 160.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 163 151 204 0.20 0.26 0 0.2 253.58 0.34 0.7
Hex A3 97 CC 14 1A 0 14 FE 22 46
Octal 243 227 314 24 32 0 24 376 42 106
Binary 10100011 10010111 11001100 10100 11010 0 10100 11111110 100010 1000110

Color Harmonies of #A397CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A397CC

Black with #A397CC

Text Example


Text Example

White with #A397CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A397CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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