Html Css Color HEX #A299C4 Wistful

📋 copy color: '#A299C4'

red 162 ◦ green 153 ◦ blue 196

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

Shades of Wistful #A299C4

Tints of Wistful #A299C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.36%

R = 31.7%
G = 29.94%
B = 38.36%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A299C4 (or 0xA299C4) is known color: Wistful. HEX triplet: A2, 99 and C4. RGB value is (162,153,196). Sum of RGB (Red+Green+Blue) = 162+153+196=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 196 - color contains mainly: blue. Hex color #A299C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299C4 is #5D663B. Grayscale: #A0A0A0. Windows color (decimal): -6121020 or 12884386. OLE color: 12884386.

HSL color Cylindrical-coordinate representation of color #A299C4: hue angle of 252.56º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A299C4 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 153 196 -
CMYK 0.17 0.22 0 0.23
HSL 252.56º 0.27% 0.68% -
HSV(B) 252.56º 0.22% 0.77% -
XYZ 36.26 34.45 56.96 -
YUV 160.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 162 153 196 0.17 0.22 0 0.23 252.56 0.27 0.68
Hex A2 99 C4 11 16 0 17 FD 1B 44
Octal 242 231 304 21 26 0 27 375 33 104
Binary 10100010 10011001 11000100 10001 10110 0 10111 11111101 11011 1000100

Color Harmonies of #A299C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A299C4

Black with #A299C4

Text Example


Text Example

White with #A299C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A299C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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