Html Css Color HEX #A397EA Wistful

📋 copy color: '#A397EA'

red 163 ◦ green 151 ◦ blue 234

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

Shades of Wistful #A397EA

Tints of Wistful #A397EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.7%

R = 29.74%
G = 27.55%
B = 42.7%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A397EA (or 0xA397EA) is known color: Wistful. HEX triplet: A3, 97 and EA. RGB value is (163,151,234). Sum of RGB (Red+Green+Blue) = 163+151+234=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #A397EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A397EA is #5C6815. Grayscale: #A3A3A3. Windows color (decimal): -6055958 or 15374243. OLE color: 15374243.

HSL color Cylindrical-coordinate representation of color #A397EA: hue angle of 248.67º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A397EA is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 151 234 -
CMYK 0.30 0.35 0 0.08
HSL 248.67º 0.66% 0.75% -
HSV(B) 248.67º 0.35% 0.92% -
XYZ 41.02 35.86 82.6 -
YUV 164.05 167.48 127.25 -
System Red Green Blue C M Y K H S L
Decimal 163 151 234 0.30 0.35 0 0.08 248.67 0.66 0.75
Hex A3 97 EA 1E 23 0 8 F9 42 4B
Octal 243 227 352 36 43 0 10 371 102 113
Binary 10100011 10010111 11101010 11110 100011 0 1000 11111001 1000010 1001011

Color Harmonies of #A397EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A397EA

Black with #A397EA

Text Example


Text Example

White with #A397EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A397EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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