Html Css Color HEX #A298EE Wistful

📋 copy color: '#A298EE'

red 162 ◦ green 152 ◦ blue 238

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

Shades of Wistful #A298EE

Tints of Wistful #A298EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.12%

R = 29.35%
G = 27.54%
B = 43.12%

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

#A298EE (or 0xA298EE) is known color: Wistful. HEX triplet: A2, 98 and EE. RGB value is (162,152,238). Sum of RGB (Red+Green+Blue) = 162+152+238=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #A298EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A298EE is #5D6711. Grayscale: #A4A4A4. Windows color (decimal): -6121234 or 15636642. OLE color: 15636642.

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

Color convert

RGB 162 152 238 -
CMYK 0.32 0.36 0 0.07
HSL 246.98º 0.72% 0.76% -
HSV(B) 246.98º 0.36% 0.93% -
XYZ 41.56 36.31 85.71 -
YUV 164.79 169.31 126.01 -
System Red Green Blue C M Y K H S L
Decimal 162 152 238 0.32 0.36 0 0.07 246.98 0.72 0.76
Hex A2 98 EE 20 24 0 7 F7 48 4C
Octal 242 230 356 40 44 0 7 367 110 114
Binary 10100010 10011000 11101110 100000 100100 0 111 11110111 1001000 1001100

Color Harmonies of #A298EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A298EE

Black with #A298EE

Text Example


Text Example

White with #A298EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A298EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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