Html Css Color HEX #A298DD Wistful

📋 copy color: '#A298DD'

red 162 ◦ green 152 ◦ blue 221

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

Shades of Wistful #A298DD

Tints of Wistful #A298DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 30.28%
G = 28.41%
B = 41.31%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A298DD (or 0xA298DD) is known color: Wistful. HEX triplet: A2, 98 and DD. RGB value is (162,152,221). Sum of RGB (Red+Green+Blue) = 162+152+221=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #A298DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298DD is #5D6722. Grayscale: #A2A2A2. Windows color (decimal): -6121251 or 14522530. OLE color: 14522530.

HSL color Cylindrical-coordinate representation of color #A298DD: hue angle of 248.7º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A298DD is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 152 221 -
CMYK 0.27 0.31 0 0.13
HSL 248.7º 0.5% 0.73% -
HSV(B) 248.7º 0.31% 0.87% -
XYZ 39.18 35.36 73.17 -
YUV 162.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 162 152 221 0.27 0.31 0 0.13 248.7 0.5 0.73
Hex A2 98 DD 1B 1F 0 D F9 32 49
Octal 242 230 335 33 37 0 15 371 62 111
Binary 10100010 10011000 11011101 11011 11111 0 1101 11111001 110010 1001001

Color Harmonies of #A298DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A298DD

Black with #A298DD

Text Example


Text Example

White with #A298DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A298DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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