Html Css Color HEX #A195ED Wistful

📋 copy color: '#A195ED'

red 161 ◦ green 149 ◦ blue 237

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

Shades of Wistful #A195ED

Tints of Wistful #A195ED

RGB

 RED value IS 161 (63.28% from 255) = 29.43%

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

 BLUE value IS 237 (92.97% from 255) = 43.33%

R = 29.43%
G = 27.24%
B = 43.33%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A195ED (or 0xA195ED) is known color: Wistful. HEX triplet: A1, 95 and ED. RGB value is (161,149,237). Sum of RGB (Red+Green+Blue) = 161+149+237=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #A195ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A195ED is #5E6A12. Grayscale: #A2A2A2. Windows color (decimal): -6187539 or 15570337. OLE color: 15570337.

HSL color Cylindrical-coordinate representation of color #A195ED: hue angle of 248.18º degrees, saturation: 0.71, 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 #A195ED is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 149 237 -
CMYK 0.32 0.37 0 0.07
HSL 248.18º 0.71% 0.76% -
HSV(B) 248.18º 0.37% 0.93% -
XYZ 40.73 35.19 84.77 -
YUV 162.62 169.98 126.84 -
System Red Green Blue C M Y K H S L
Decimal 161 149 237 0.32 0.37 0 0.07 248.18 0.71 0.76
Hex A1 95 ED 20 25 0 7 F8 47 4C
Octal 241 225 355 40 45 0 7 370 107 114
Binary 10100001 10010101 11101101 100000 100101 0 111 11111000 1000111 1001100

Color Harmonies of #A195ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A195ED

Black with #A195ED

Text Example


Text Example

White with #A195ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A195ED; }

 p { color: rgb(161,149,237); }

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

background-color css

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

 a { background-color: rgb(161,149,237); }

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

border-color css

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

 span { border-color: rgb(161,149,237); }

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