Html Css Color HEX #A298ED Wistful

📋 copy color: '#A298ED'

red 162 ◦ green 152 ◦ blue 237

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

Shades of Wistful #A298ED

Tints of Wistful #A298ED

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.59%

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

R = 29.4%
G = 27.59%
B = 43.01%

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

#A298ED (or 0xA298ED) is known color: Wistful. HEX triplet: A2, 98 and ED. RGB value is (162,152,237). Sum of RGB (Red+Green+Blue) = 162+152+237=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #A298ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A298ED is #5D6712. Grayscale: #A4A4A4. Windows color (decimal): -6121235 or 15571106. OLE color: 15571106.

HSL color Cylindrical-coordinate representation of color #A298ED: hue angle of 247.06º 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 #A298ED is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 152 237 -
CMYK 0.32 0.36 0 0.07
HSL 247.06º 0.7% 0.76% -
HSV(B) 247.06º 0.36% 0.93% -
XYZ 41.41 36.25 84.94 -
YUV 164.68 168.81 126.09 -
System Red Green Blue C M Y K H S L
Decimal 162 152 237 0.32 0.36 0 0.07 247.06 0.7 0.76
Hex A2 98 ED 20 24 0 7 F7 46 4C
Octal 242 230 355 40 44 0 7 367 106 114
Binary 10100010 10011000 11101101 100000 100100 0 111 11110111 1000110 1001100

Color Harmonies of #A298ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A298ED

Black with #A298ED

Text Example


Text Example

White with #A298ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A298ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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