Html Css Color HEX #A397FA Wistful

📋 copy color: '#A397FA'

red 163 ◦ green 151 ◦ blue 250

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

Shades of Wistful #A397FA

Tints of Wistful #A397FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.33%

R = 28.9%
G = 26.77%
B = 44.33%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A397FA (or 0xA397FA) is known color: Wistful. HEX triplet: A3, 97 and FA. RGB value is (163,151,250). Sum of RGB (Red+Green+Blue) = 163+151+250=564 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.90% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #A397FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A397FA is #5C6805. Grayscale: #A5A5A5. Windows color (decimal): -6055942 or 16422819. OLE color: 16422819.

HSL color Cylindrical-coordinate representation of color #A397FA: hue angle of 247.27º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A397FA is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 151 250 -
CMYK 0.35 0.40 0 0.02
HSL 247.27º 0.91% 0.79% -
HSV(B) 247.27º 0.4% 0.98% -
XYZ 43.43 36.82 95.26 -
YUV 165.87 175.48 125.95 -
System Red Green Blue C M Y K H S L
Decimal 163 151 250 0.35 0.40 0 0.02 247.27 0.91 0.79
Hex A3 97 FA 23 28 0 2 F7 5B 4F
Octal 243 227 372 43 50 0 2 367 133 117
Binary 10100011 10010111 11111010 100011 101000 0 10 11110111 1011011 1001111

Color Harmonies of #A397FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A397FA

Black with #A397FA

Text Example


Text Example

White with #A397FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A397FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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