Html Css Color HEX #A299CE Wistful

📋 copy color: '#A299CE'

red 162 ◦ green 153 ◦ blue 206

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

Shades of Wistful #A299CE

Tints of Wistful #A299CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 31.09%
G = 29.37%
B = 39.54%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A299CE (or 0xA299CE) is known color: Wistful. HEX triplet: A2, 99 and CE. RGB value is (162,153,206). Sum of RGB (Red+Green+Blue) = 162+153+206=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #A299CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299CE is #5D6631. Grayscale: #A1A1A1. Windows color (decimal): -6121010 or 13539746. OLE color: 13539746.

HSL color Cylindrical-coordinate representation of color #A299CE: hue angle of 250.19º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A299CE is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 153 206 -
CMYK 0.21 0.26 0 0.19
HSL 250.19º 0.35% 0.7% -
HSV(B) 250.19º 0.26% 0.81% -
XYZ 37.43 34.92 63.16 -
YUV 161.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 162 153 206 0.21 0.26 0 0.19 250.19 0.35 0.7
Hex A2 99 CE 15 1A 0 13 FA 23 46
Octal 242 231 316 25 32 0 23 372 43 106
Binary 10100010 10011001 11001110 10101 11010 0 10011 11111010 100011 1000110

Color Harmonies of #A299CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A299CE

Black with #A299CE

Text Example


Text Example

White with #A299CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A299CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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