Html Css Color HEX #A397FD Wistful

📋 copy color: '#A397FD'

red 163 ◦ green 151 ◦ blue 253

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

Shades of Wistful #A397FD

Tints of Wistful #A397FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.62%

R = 28.75%
G = 26.63%
B = 44.62%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A397FD (or 0xA397FD) is known color: Wistful. HEX triplet: A3, 97 and FD. RGB value is (163,151,253). Sum of RGB (Red+Green+Blue) = 163+151+253=567 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.75% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #A397FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A397FD is #5C6802. Grayscale: #A5A5A5. Windows color (decimal): -6055939 or 16619427. OLE color: 16619427.

HSL color Cylindrical-coordinate representation of color #A397FD: hue angle of 247.06º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A397FD is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 151 253 -
CMYK 0.36 0.40 0 0.01
HSL 247.06º 0.96% 0.79% -
HSV(B) 247.06º 0.4% 0.99% -
XYZ 43.9 37.01 97.76 -
YUV 166.22 176.98 125.71 -
System Red Green Blue C M Y K H S L
Decimal 163 151 253 0.36 0.40 0 0.01 247.06 0.96 0.79
Hex A3 97 FD 24 28 0 1 F7 60 4F
Octal 243 227 375 44 50 0 1 367 140 117
Binary 10100011 10010111 11111101 100100 101000 0 1 11110111 1100000 1001111

Color Harmonies of #A397FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A397FD

Black with #A397FD

Text Example


Text Example

White with #A397FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A397FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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