Html Css Color HEX #A295DB Wistful

📋 copy color: '#A295DB'

red 162 ◦ green 149 ◦ blue 219

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

Shades of Wistful #A295DB

Tints of Wistful #A295DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 30.57%
G = 28.11%
B = 41.32%

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

#A295DB (or 0xA295DB) is known color: Wistful. HEX triplet: A2, 95 and DB. RGB value is (162,149,219). Sum of RGB (Red+Green+Blue) = 162+149+219=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #A295DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295DB is #5D6A24. Grayscale: #A0A0A0. Windows color (decimal): -6122021 or 14390690. OLE color: 14390690.

HSL color Cylindrical-coordinate representation of color #A295DB: hue angle of 251.14º degrees, saturation: 0.49, 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 #A295DB is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 149 219 -
CMYK 0.26 0.32 0 0.14
HSL 251.14º 0.49% 0.72% -
HSV(B) 251.14º 0.32% 0.86% -
XYZ 38.43 34.29 71.61 -
YUV 160.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 162 149 219 0.26 0.32 0 0.14 251.14 0.49 0.72
Hex A2 95 DB 1A 20 0 E FB 31 48
Octal 242 225 333 32 40 0 16 373 61 110
Binary 10100010 10010101 11011011 11010 100000 0 1110 11111011 110001 1001000

Color Harmonies of #A295DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A295DB

Black with #A295DB

Text Example


Text Example

White with #A295DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A295DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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