Html Css Color HEX #A299F6 Wistful

📋 copy color: '#A299F6'

red 162 ◦ green 153 ◦ blue 246

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

Shades of Wistful #A299F6

Tints of Wistful #A299F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.85%

R = 28.88%
G = 27.27%
B = 43.85%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A299F6 (or 0xA299F6) is known color: Wistful. HEX triplet: A2, 99 and F6. RGB value is (162,153,246). Sum of RGB (Red+Green+Blue) = 162+153+246=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #A299F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A299F6 is #5D6609. Grayscale: #A5A5A5. Windows color (decimal): -6120970 or 16161186. OLE color: 16161186.

HSL color Cylindrical-coordinate representation of color #A299F6: hue angle of 245.81º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A299F6 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 153 246 -
CMYK 0.34 0.38 0 0.04
HSL 245.81º 0.84% 0.78% -
HSV(B) 245.81º 0.38% 0.96% -
XYZ 42.93 37.12 92.09 -
YUV 166.29 172.98 124.94 -
System Red Green Blue C M Y K H S L
Decimal 162 153 246 0.34 0.38 0 0.04 245.81 0.84 0.78
Hex A2 99 F6 22 26 0 4 F6 54 4E
Octal 242 231 366 42 46 0 4 366 124 116
Binary 10100010 10011001 11110110 100010 100110 0 100 11110110 1010100 1001110

Color Harmonies of #A299F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A299F6

Black with #A299F6

Text Example


Text Example

White with #A299F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A299F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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