Html Css Color HEX #A095E5 Wistful

📋 copy color: '#A095E5'

red 160 ◦ green 149 ◦ blue 229

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

Shades of Wistful #A095E5

Tints of Wistful #A095E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.57%

R = 29.74%
G = 27.7%
B = 42.57%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A095E5 (or 0xA095E5) is known color: Wistful. HEX triplet: A0, 95 and E5. RGB value is (160,149,229). Sum of RGB (Red+Green+Blue) = 160+149+229=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #A095E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A095E5 is #5F6A1A. Grayscale: #A1A1A1. Windows color (decimal): -6253083 or 15046048. OLE color: 15046048.

HSL color Cylindrical-coordinate representation of color #A095E5: hue angle of 248.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A095E5 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 149 229 -
CMYK 0.30 0.35 0 0.10
HSL 248.25º 0.61% 0.74% -
HSV(B) 248.25º 0.35% 0.9% -
XYZ 39.39 34.63 78.74 -
YUV 161.41 166.14 127 -
System Red Green Blue C M Y K H S L
Decimal 160 149 229 0.30 0.35 0 0.10 248.25 0.61 0.74
Hex A0 95 E5 1E 23 0 A F8 3D 4A
Octal 240 225 345 36 43 0 12 370 75 112
Binary 10100000 10010101 11100101 11110 100011 0 1010 11111000 111101 1001010

Color Harmonies of #A095E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A095E5

Black with #A095E5

Text Example


Text Example

White with #A095E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A095E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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