Html Css Color HEX #A299D8 Wistful

📋 copy color: '#A299D8'

red 162 ◦ green 153 ◦ blue 216

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

Shades of Wistful #A299D8

Tints of Wistful #A299D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.68%

R = 30.51%
G = 28.81%
B = 40.68%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A299D8 (or 0xA299D8) is known color: Wistful. HEX triplet: A2, 99 and D8. RGB value is (162,153,216). Sum of RGB (Red+Green+Blue) = 162+153+216=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #A299D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299D8 is #5D6627. Grayscale: #A2A2A2. Windows color (decimal): -6121000 or 14195106. OLE color: 14195106.

HSL color Cylindrical-coordinate representation of color #A299D8: hue angle of 248.57º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A299D8 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 153 216 -
CMYK 0.25 0.29 0 0.15
HSL 248.57º 0.45% 0.72% -
HSV(B) 248.57º 0.29% 0.85% -
XYZ 38.69 35.42 69.76 -
YUV 162.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 162 153 216 0.25 0.29 0 0.15 248.57 0.45 0.72
Hex A2 99 D8 19 1D 0 F F9 2D 48
Octal 242 231 330 31 35 0 17 371 55 110
Binary 10100010 10011001 11011000 11001 11101 0 1111 11111001 101101 1001000

Color Harmonies of #A299D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A299D8

Black with #A299D8

Text Example


Text Example

White with #A299D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A299D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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