Html Css Color HEX #A299D4 Wistful

📋 copy color: '#A299D4'

red 162 ◦ green 153 ◦ blue 212

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

Shades of Wistful #A299D4

Tints of Wistful #A299D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.23%

R = 30.74%
G = 29.03%
B = 40.23%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A299D4 (or 0xA299D4) is known color: Wistful. HEX triplet: A2, 99 and D4. RGB value is (162,153,212). Sum of RGB (Red+Green+Blue) = 162+153+212=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 212 - color contains mainly: blue. Hex color #A299D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299D4 is #5D662B. Grayscale: #A2A2A2. Windows color (decimal): -6121004 or 13932962. OLE color: 13932962.

HSL color Cylindrical-coordinate representation of color #A299D4: hue angle of 249.15º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A299D4 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 162 153 212 -
CMYK 0.24 0.28 0 0.17
HSL 249.15º 0.41% 0.72% -
HSV(B) 249.15º 0.28% 0.83% -
XYZ 38.18 35.22 67.07 -
YUV 162.42 155.98 127.7 -
System Red Green Blue C M Y K H S L
Decimal 162 153 212 0.24 0.28 0 0.17 249.15 0.41 0.72
Hex A2 99 D4 18 1C 0 11 F9 29 48
Octal 242 231 324 30 34 0 21 371 51 110
Binary 10100010 10011001 11010100 11000 11100 0 10001 11111001 101001 1001000

Color Harmonies of #A299D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A299D4

Black with #A299D4

Text Example


Text Example

White with #A299D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A299D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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