Html Css Color HEX #A297ED Wistful

📋 copy color: '#A297ED'

red 162 ◦ green 151 ◦ blue 237

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

Shades of Wistful #A297ED

Tints of Wistful #A297ED

RGB

 RED value IS 162 (63.67% from 255) = 29.45%

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

 BLUE value IS 237 (92.97% from 255) = 43.09%

R = 29.45%
G = 27.45%
B = 43.09%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A297ED (or 0xA297ED) is known color: Wistful. HEX triplet: A2, 97 and ED. RGB value is (162,151,237). Sum of RGB (Red+Green+Blue) = 162+151+237=550 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.45% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #A297ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A297ED is #5D6812. Grayscale: #A3A3A3. Windows color (decimal): -6121491 or 15570850. OLE color: 15570850.

HSL color Cylindrical-coordinate representation of color #A297ED: hue angle of 247.67º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A297ED is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 151 237 -
CMYK 0.32 0.36 0 0.07
HSL 247.67º 0.7% 0.76% -
HSV(B) 247.67º 0.36% 0.93% -
XYZ 41.25 35.93 84.88 -
YUV 164.09 169.14 126.51 -
System Red Green Blue C M Y K H S L
Decimal 162 151 237 0.32 0.36 0 0.07 247.67 0.7 0.76
Hex A2 97 ED 20 24 0 7 F8 46 4C
Octal 242 227 355 40 44 0 7 370 106 114
Binary 10100010 10010111 11101101 100000 100100 0 111 11111000 1000110 1001100

Color Harmonies of #A297ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A297ED

Black with #A297ED

Text Example


Text Example

White with #A297ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A297ED; }

 p { color: rgb(162,151,237); }

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

background-color css

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

 a { background-color: rgb(162,151,237); }

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

border-color css

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

 span { border-color: rgb(162,151,237); }

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