Html Css Color HEX #A299C2 Wistful

📋 copy color: '#A299C2'

red 162 ◦ green 153 ◦ blue 194

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

Shades of Wistful #A299C2

Tints of Wistful #A299C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.11%

R = 31.83%
G = 30.06%
B = 38.11%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A299C2 (or 0xA299C2) is known color: Wistful. HEX triplet: A2, 99 and C2. RGB value is (162,153,194). Sum of RGB (Red+Green+Blue) = 162+153+194=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 194 - color contains mainly: blue. Hex color #A299C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299C2 is #5D663D. Grayscale: #A0A0A0. Windows color (decimal): -6121022 or 12753314. OLE color: 12753314.

HSL color Cylindrical-coordinate representation of color #A299C2: hue angle of 253.17º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A299C2 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 153 194 -
CMYK 0.16 0.21 0 0.24
HSL 253.17º 0.25% 0.68% -
HSV(B) 253.17º 0.21% 0.76% -
XYZ 36.03 34.36 55.77 -
YUV 160.37 146.98 129.17 -
System Red Green Blue C M Y K H S L
Decimal 162 153 194 0.16 0.21 0 0.24 253.17 0.25 0.68
Hex A2 99 C2 10 15 0 18 FD 19 44
Octal 242 231 302 20 25 0 30 375 31 104
Binary 10100010 10011001 11000010 10000 10101 0 11000 11111101 11001 1000100

Color Harmonies of #A299C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A299C2

Black with #A299C2

Text Example


Text Example

White with #A299C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A299C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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