Html Css Color HEX #A299C1 Wistful

📋 copy color: '#A299C1'

red 162 ◦ green 153 ◦ blue 193

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

Shades of Wistful #A299C1

Tints of Wistful #A299C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.99%

R = 31.89%
G = 30.12%
B = 37.99%

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

#A299C1 (or 0xA299C1) is known color: Wistful. HEX triplet: A2, 99 and C1. RGB value is (162,153,193). Sum of RGB (Red+Green+Blue) = 162+153+193=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 193 - color contains mainly: blue. Hex color #A299C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299C1 is #5D663E. Grayscale: #A0A0A0. Windows color (decimal): -6121023 or 12687778. OLE color: 12687778.

HSL color Cylindrical-coordinate representation of color #A299C1: hue angle of 253.5º degrees, saturation: 0.24, 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 #A299C1 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 153 193 -
CMYK 0.16 0.21 0 0.24
HSL 253.5º 0.24% 0.68% -
HSV(B) 253.5º 0.21% 0.76% -
XYZ 35.92 34.31 55.18 -
YUV 160.25 146.48 129.25 -
System Red Green Blue C M Y K H S L
Decimal 162 153 193 0.16 0.21 0 0.24 253.5 0.24 0.68
Hex A2 99 C1 10 15 0 18 FE 18 44
Octal 242 231 301 20 25 0 30 376 30 104
Binary 10100010 10011001 11000001 10000 10101 0 11000 11111110 11000 1000100

Color Harmonies of #A299C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A299C1

Black with #A299C1

Text Example


Text Example

White with #A299C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A299C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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