Html Css Color HEX #A195EA Wistful

📋 copy color: '#A195EA'

red 161 ◦ green 149 ◦ blue 234

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

Shades of Wistful #A195EA

Tints of Wistful #A195EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.01%

R = 29.6%
G = 27.39%
B = 43.01%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A195EA (or 0xA195EA) is known color: Wistful. HEX triplet: A1, 95 and EA. RGB value is (161,149,234). Sum of RGB (Red+Green+Blue) = 161+149+234=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #A195EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A195EA is #5E6A15. Grayscale: #A1A1A1. Windows color (decimal): -6187542 or 15373729. OLE color: 15373729.

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

Color convert

RGB 161 149 234 -
CMYK 0.31 0.36 0 0.08
HSL 248.47º 0.67% 0.75% -
HSV(B) 248.47º 0.36% 0.92% -
XYZ 40.3 35.01 82.48 -
YUV 162.28 168.48 127.09 -
System Red Green Blue C M Y K H S L
Decimal 161 149 234 0.31 0.36 0 0.08 248.47 0.67 0.75
Hex A1 95 EA 1F 24 0 8 F8 43 4B
Octal 241 225 352 37 44 0 10 370 103 113
Binary 10100001 10010101 11101010 11111 100100 0 1000 11111000 1000011 1001011

Color Harmonies of #A195EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A195EA

Black with #A195EA

Text Example


Text Example

White with #A195EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A195EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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