Html Css Color HEX #A299CA Wistful

📋 copy color: '#A299CA'

red 162 ◦ green 153 ◦ blue 202

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

Shades of Wistful #A299CA

Tints of Wistful #A299CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.07%

R = 31.33%
G = 29.59%
B = 39.07%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A299CA (or 0xA299CA) is known color: Wistful. HEX triplet: A2, 99 and CA. RGB value is (162,153,202). Sum of RGB (Red+Green+Blue) = 162+153+202=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #A299CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299CA is #5D6635. Grayscale: #A1A1A1. Windows color (decimal): -6121014 or 13277602. OLE color: 13277602.

HSL color Cylindrical-coordinate representation of color #A299CA: hue angle of 251.02º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A299CA is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 153 202 -
CMYK 0.20 0.24 0 0.21
HSL 251.02º 0.32% 0.7% -
HSV(B) 251.02º 0.24% 0.79% -
XYZ 36.95 34.73 60.63 -
YUV 161.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 162 153 202 0.20 0.24 0 0.21 251.02 0.32 0.7
Hex A2 99 CA 14 18 0 15 FB 20 46
Octal 242 231 312 24 30 0 25 373 40 106
Binary 10100010 10011001 11001010 10100 11000 0 10101 11111011 100000 1000110

Color Harmonies of #A299CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A299CA

Black with #A299CA

Text Example


Text Example

White with #A299CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A299CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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