Html Css Color HEX #A095D2 Wistful

📋 copy color: '#A095D2'

red 160 ◦ green 149 ◦ blue 210

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

Shades of Wistful #A095D2

Tints of Wistful #A095D2

RGB

 RED value IS 160 (62.89% from 255) = 30.83%

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

 BLUE value IS 210 (82.42% from 255) = 40.46%

R = 30.83%
G = 28.71%
B = 40.46%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A095D2 (or 0xA095D2) is known color: Wistful. HEX triplet: A0, 95 and D2. RGB value is (160,149,210). Sum of RGB (Red+Green+Blue) = 160+149+210=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 210 - color contains mainly: blue. Hex color #A095D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A095D2 is #5F6A2D. Grayscale: #9F9F9F. Windows color (decimal): -6253102 or 13800864. OLE color: 13800864.

HSL color Cylindrical-coordinate representation of color #A095D2: hue angle of 250.82º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A095D2 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 149 210 -
CMYK 0.24 0.29 0 0.18
HSL 250.82º 0.4% 0.7% -
HSV(B) 250.82º 0.29% 0.82% -
XYZ 36.88 33.62 65.52 -
YUV 159.24 156.64 128.54 -
System Red Green Blue C M Y K H S L
Decimal 160 149 210 0.24 0.29 0 0.18 250.82 0.4 0.7
Hex A0 95 D2 18 1D 0 12 FB 28 46
Octal 240 225 322 30 35 0 22 373 50 106
Binary 10100000 10010101 11010010 11000 11101 0 10010 11111011 101000 1000110

Color Harmonies of #A095D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A095D2

Black with #A095D2

Text Example


Text Example

White with #A095D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A095D2; }

 p { color: rgb(160,149,210); }

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

background-color css

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

 a { background-color: rgb(160,149,210); }

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

border-color css

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

 span { border-color: rgb(160,149,210); }

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