Html Css Color HEX #A298C6 Wistful

📋 copy color: '#A298C6'

red 162 ◦ green 152 ◦ blue 198

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

Shades of Wistful #A298C6

Tints of Wistful #A298C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.67%

R = 31.64%
G = 29.69%
B = 38.67%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A298C6 (or 0xA298C6) is known color: Wistful. HEX triplet: A2, 98 and C6. RGB value is (162,152,198). Sum of RGB (Red+Green+Blue) = 162+152+198=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #A298C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298C6 is #5D6739. Grayscale: #A0A0A0. Windows color (decimal): -6121274 or 13015202. OLE color: 13015202.

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

Color convert

RGB 162 152 198 -
CMYK 0.18 0.23 0 0.22
HSL 253.04º 0.29% 0.69% -
HSV(B) 253.04º 0.23% 0.78% -
XYZ 36.32 34.22 58.12 -
YUV 160.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 162 152 198 0.18 0.23 0 0.22 253.04 0.29 0.69
Hex A2 98 C6 12 17 0 16 FD 1D 45
Octal 242 230 306 22 27 0 26 375 35 105
Binary 10100010 10011000 11000110 10010 10111 0 10110 11111101 11101 1000101

Color Harmonies of #A298C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A298C6

Black with #A298C6

Text Example


Text Example

White with #A298C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A298C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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