Html Css Color HEX #A195E6 Wistful

📋 copy color: '#A195E6'

red 161 ◦ green 149 ◦ blue 230

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

Shades of Wistful #A195E6

Tints of Wistful #A195E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.59%

R = 29.81%
G = 27.59%
B = 42.59%

CMYK

 C value IS 0.3

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A195E6 (or 0xA195E6) is known color: Wistful. HEX triplet: A1, 95 and E6. RGB value is (161,149,230). Sum of RGB (Red+Green+Blue) = 161+149+230=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #A195E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A195E6 is #5E6A19. Grayscale: #A1A1A1. Windows color (decimal): -6187546 or 15111585. OLE color: 15111585.

HSL color Cylindrical-coordinate representation of color #A195E6: hue angle of 248.89º degrees, saturation: 0.62, 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 #A195E6 is Cyan = 0.3, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 149 230 -
CMYK 0.3 0.35 0 0.10
HSL 248.89º 0.62% 0.74% -
HSV(B) 248.89º 0.35% 0.9% -
XYZ 39.73 34.79 79.48 -
YUV 161.82 166.48 127.41 -
System Red Green Blue C M Y K H S L
Decimal 161 149 230 0.3 0.35 0 0.10 248.89 0.62 0.74
Hex A1 95 E6 1E 23 0 A F9 3E 4A
Octal 241 225 346 36 43 0 12 371 76 112
Binary 10100001 10010101 11100110 11110 100011 0 1010 11111001 111110 1001010

Color Harmonies of #A195E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A195E6

Black with #A195E6

Text Example


Text Example

White with #A195E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A195E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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