Html Css Color HEX #A299C6 Wistful

📋 copy color: '#A299C6'

red 162 ◦ green 153 ◦ blue 198

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

Shades of Wistful #A299C6

Tints of Wistful #A299C6

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.82%

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

R = 31.58%
G = 29.82%
B = 38.6%

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

#A299C6 (or 0xA299C6) is known color: Wistful. HEX triplet: A2, 99 and C6. RGB value is (162,153,198). Sum of RGB (Red+Green+Blue) = 162+153+198=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 198 - color contains mainly: blue. Hex color #A299C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299C6 is #5D6639. Grayscale: #A0A0A0. Windows color (decimal): -6121018 or 13015458. OLE color: 13015458.

HSL color Cylindrical-coordinate representation of color #A299C6: hue angle of 252º degrees, saturation: 0.28, 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 #A299C6 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 153 198 -
CMYK 0.18 0.23 0 0.22
HSL 252º 0.28% 0.69% -
HSV(B) 252º 0.23% 0.78% -
XYZ 36.48 34.54 58.17 -
YUV 160.82 148.98 128.84 -
System Red Green Blue C M Y K H S L
Decimal 162 153 198 0.18 0.23 0 0.22 252 0.28 0.69
Hex A2 99 C6 12 17 0 16 FC 1C 45
Octal 242 231 306 22 27 0 26 374 34 105
Binary 10100010 10011001 11000110 10010 10111 0 10110 11111100 11100 1000101

Color Harmonies of #A299C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A299C6

Black with #A299C6

Text Example


Text Example

White with #A299C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A299C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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