Html Css Color HEX #A298C7 Wistful

📋 copy color: '#A298C7'

red 162 ◦ green 152 ◦ blue 199

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

Shades of Wistful #A298C7

Tints of Wistful #A298C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.79%

R = 31.58%
G = 29.63%
B = 38.79%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A298C7 (or 0xA298C7) is known color: Wistful. HEX triplet: A2, 98 and C7. RGB value is (162,152,199). Sum of RGB (Red+Green+Blue) = 162+152+199=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 199 - color contains mainly: blue. Hex color #A298C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298C7 is #5D6738. Grayscale: #A0A0A0. Windows color (decimal): -6121273 or 13080738. OLE color: 13080738.

HSL color Cylindrical-coordinate representation of color #A298C7: hue angle of 252.77º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A298C7 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 152 199 -
CMYK 0.19 0.24 0 0.22
HSL 252.77º 0.3% 0.69% -
HSV(B) 252.77º 0.24% 0.78% -
XYZ 36.44 34.26 58.73 -
YUV 160.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 162 152 199 0.19 0.24 0 0.22 252.77 0.3 0.69
Hex A2 98 C7 13 18 0 16 FD 1E 45
Octal 242 230 307 23 30 0 26 375 36 105
Binary 10100010 10011000 11000111 10011 11000 0 10110 11111101 11110 1000101

Color Harmonies of #A298C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A298C7

Black with #A298C7

Text Example


Text Example

White with #A298C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A298C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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