Html Css Color HEX #A095F1 Wistful

📋 copy color: '#A095F1'

red 160 ◦ green 149 ◦ blue 241

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

Shades of Wistful #A095F1

Tints of Wistful #A095F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.82%

R = 29.09%
G = 27.09%
B = 43.82%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A095F1 (or 0xA095F1) is known color: Wistful. HEX triplet: A0, 95 and F1. RGB value is (160,149,241). Sum of RGB (Red+Green+Blue) = 160+149+241=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #A095F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A095F1 is #5F6A0E. Grayscale: #A2A2A2. Windows color (decimal): -6253071 or 15832480. OLE color: 15832480.

HSL color Cylindrical-coordinate representation of color #A095F1: hue angle of 247.17º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A095F1 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 149 241 -
CMYK 0.34 0.38 0 0.05
HSL 247.17º 0.77% 0.76% -
HSV(B) 247.17º 0.38% 0.95% -
XYZ 41.12 35.32 87.87 -
YUV 162.78 172.14 126.02 -
System Red Green Blue C M Y K H S L
Decimal 160 149 241 0.34 0.38 0 0.05 247.17 0.77 0.76
Hex A0 95 F1 22 26 0 5 F7 4D 4C
Octal 240 225 361 42 46 0 5 367 115 114
Binary 10100000 10010101 11110001 100010 100110 0 101 11110111 1001101 1001100

Color Harmonies of #A095F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A095F1

Black with #A095F1

Text Example


Text Example

White with #A095F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A095F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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