Html Css Color HEX #A095E9 Wistful

📋 copy color: '#A095E9'

red 160 ◦ green 149 ◦ blue 233

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

Shades of Wistful #A095E9

Tints of Wistful #A095E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.99%

R = 29.52%
G = 27.49%
B = 42.99%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A095E9 (or 0xA095E9) is known color: Wistful. HEX triplet: A0, 95 and E9. RGB value is (160,149,233). Sum of RGB (Red+Green+Blue) = 160+149+233=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 233 - color contains mainly: blue. Hex color #A095E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A095E9 is #5F6A16. Grayscale: #A1A1A1. Windows color (decimal): -6253079 or 15308192. OLE color: 15308192.

HSL color Cylindrical-coordinate representation of color #A095E9: hue angle of 247.86º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A095E9 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 149 233 -
CMYK 0.31 0.36 0 0.09
HSL 247.86º 0.66% 0.75% -
HSV(B) 247.86º 0.36% 0.91% -
XYZ 39.95 34.85 81.71 -
YUV 161.87 168.14 126.67 -
System Red Green Blue C M Y K H S L
Decimal 160 149 233 0.31 0.36 0 0.09 247.86 0.66 0.75
Hex A0 95 E9 1F 24 0 9 F8 42 4B
Octal 240 225 351 37 44 0 11 370 102 113
Binary 10100000 10010101 11101001 11111 100100 0 1001 11111000 1000010 1001011

Color Harmonies of #A095E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A095E9

Black with #A095E9

Text Example


Text Example

White with #A095E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A095E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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