Html Css Color HEX #A095EE Wistful

📋 copy color: '#A095EE'

red 160 ◦ green 149 ◦ blue 238

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

Shades of Wistful #A095EE

Tints of Wistful #A095EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.51%

R = 29.25%
G = 27.24%
B = 43.51%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A095EE (or 0xA095EE) is known color: Wistful. HEX triplet: A0, 95 and EE. RGB value is (160,149,238). Sum of RGB (Red+Green+Blue) = 160+149+238=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #A095EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A095EE is #5F6A11. Grayscale: #A2A2A2. Windows color (decimal): -6253074 or 15635872. OLE color: 15635872.

HSL color Cylindrical-coordinate representation of color #A095EE: hue angle of 247.42º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A095EE is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 149 238 -
CMYK 0.33 0.37 0 0.07
HSL 247.42º 0.72% 0.76% -
HSV(B) 247.42º 0.37% 0.93% -
XYZ 40.68 35.14 85.53 -
YUV 162.44 170.64 126.26 -
System Red Green Blue C M Y K H S L
Decimal 160 149 238 0.33 0.37 0 0.07 247.42 0.72 0.76
Hex A0 95 EE 21 25 0 7 F7 48 4C
Octal 240 225 356 41 45 0 7 367 110 114
Binary 10100000 10010101 11101110 100001 100101 0 111 11110111 1001000 1001100

Color Harmonies of #A095EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A095EE

Black with #A095EE

Text Example


Text Example

White with #A095EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A095EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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