Html Css Color HEX #A299CC Wistful

📋 copy color: '#A299CC'

red 162 ◦ green 153 ◦ blue 204

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

Shades of Wistful #A299CC

Tints of Wistful #A299CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 31.21%
G = 29.48%
B = 39.31%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A299CC (or 0xA299CC) is known color: Wistful. HEX triplet: A2, 99 and CC. RGB value is (162,153,204). Sum of RGB (Red+Green+Blue) = 162+153+204=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #A299CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299CC is #5D6633. Grayscale: #A1A1A1. Windows color (decimal): -6121012 or 13408674. OLE color: 13408674.

HSL color Cylindrical-coordinate representation of color #A299CC: hue angle of 250.59º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A299CC is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 153 204 -
CMYK 0.21 0.25 0 0.2
HSL 250.59º 0.33% 0.7% -
HSV(B) 250.59º 0.25% 0.8% -
XYZ 37.19 34.82 61.89 -
YUV 161.51 151.98 128.35 -
System Red Green Blue C M Y K H S L
Decimal 162 153 204 0.21 0.25 0 0.2 250.59 0.33 0.7
Hex A2 99 CC 15 19 0 14 FB 21 46
Octal 242 231 314 25 31 0 24 373 41 106
Binary 10100010 10011001 11001100 10101 11001 0 10100 11111011 100001 1000110

Color Harmonies of #A299CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A299CC

Black with #A299CC

Text Example


Text Example

White with #A299CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A299CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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