Html Css Color HEX #A299EC Wistful

📋 copy color: '#A299EC'

red 162 ◦ green 153 ◦ blue 236

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

Shades of Wistful #A299EC

Tints of Wistful #A299EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.83%

R = 29.4%
G = 27.77%
B = 42.83%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A299EC (or 0xA299EC) is known color: Wistful. HEX triplet: A2, 99 and EC. RGB value is (162,153,236). Sum of RGB (Red+Green+Blue) = 162+153+236=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #A299EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A299EC is #5D6613. Grayscale: #A4A4A4. Windows color (decimal): -6120980 or 15505826. OLE color: 15505826.

HSL color Cylindrical-coordinate representation of color #A299EC: hue angle of 246.51º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A299EC is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 153 236 -
CMYK 0.31 0.35 0 0.07
HSL 246.51º 0.69% 0.76% -
HSV(B) 246.51º 0.35% 0.93% -
XYZ 41.43 36.52 84.22 -
YUV 165.15 167.98 125.75 -
System Red Green Blue C M Y K H S L
Decimal 162 153 236 0.31 0.35 0 0.07 246.51 0.69 0.76
Hex A2 99 EC 1F 23 0 7 F7 45 4C
Octal 242 231 354 37 43 0 7 367 105 114
Binary 10100010 10011001 11101100 11111 100011 0 111 11110111 1000101 1001100

Color Harmonies of #A299EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A299EC

Black with #A299EC

Text Example


Text Example

White with #A299EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A299EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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