Html Css Color HEX #A295CC Wistful

📋 copy color: '#A295CC'

red 162 ◦ green 149 ◦ blue 204

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

Shades of Wistful #A295CC

Tints of Wistful #A295CC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.93%

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

R = 31.46%
G = 28.93%
B = 39.61%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A295CC (or 0xA295CC) is known color: Wistful. HEX triplet: A2, 95 and CC. RGB value is (162,149,204). Sum of RGB (Red+Green+Blue) = 162+149+204=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #A295CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295CC is #5D6A33. Grayscale: #9E9E9E. Windows color (decimal): -6122036 or 13407650. OLE color: 13407650.

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

Color convert

RGB 162 149 204 -
CMYK 0.21 0.27 0 0.2
HSL 254.18º 0.35% 0.69% -
HSV(B) 254.18º 0.27% 0.8% -
XYZ 36.55 33.54 61.67 -
YUV 159.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 162 149 204 0.21 0.27 0 0.2 254.18 0.35 0.69
Hex A2 95 CC 15 1B 0 14 FE 23 45
Octal 242 225 314 25 33 0 24 376 43 105
Binary 10100010 10010101 11001100 10101 11011 0 10100 11111110 100011 1000101

Color Harmonies of #A295CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A295CC

Black with #A295CC

Text Example


Text Example

White with #A295CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A295CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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