Html Css Color HEX #A295DC Wistful

📋 copy color: '#A295DC'

red 162 ◦ green 149 ◦ blue 220

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

Shades of Wistful #A295DC

Tints of Wistful #A295DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 30.51%
G = 28.06%
B = 41.43%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A295DC (or 0xA295DC) is known color: Wistful. HEX triplet: A2, 95 and DC. RGB value is (162,149,220). Sum of RGB (Red+Green+Blue) = 162+149+220=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #A295DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295DC is #5D6A23. Grayscale: #A0A0A0. Windows color (decimal): -6122020 or 14456226. OLE color: 14456226.

HSL color Cylindrical-coordinate representation of color #A295DC: hue angle of 250.99º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A295DC is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 149 220 -
CMYK 0.26 0.32 0 0.14
HSL 250.99º 0.5% 0.72% -
HSV(B) 250.99º 0.32% 0.86% -
XYZ 38.57 34.34 72.31 -
YUV 160.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 162 149 220 0.26 0.32 0 0.14 250.99 0.5 0.72
Hex A2 95 DC 1A 20 0 E FB 32 48
Octal 242 225 334 32 40 0 16 373 62 110
Binary 10100010 10010101 11011100 11010 100000 0 1110 11111011 110010 1001000

Color Harmonies of #A295DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A295DC

Black with #A295DC

Text Example


Text Example

White with #A295DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A295DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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