Html Css Color HEX #A19AF6 Wistful

📋 copy color: '#A19AF6'

red 161 ◦ green 154 ◦ blue 246

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

Shades of Wistful #A19AF6

Tints of Wistful #A19AF6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.45%

 BLUE value IS 246 (96.48% from 255) = 43.85%

R = 28.7%
G = 27.45%
B = 43.85%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A19AF6 (or 0xA19AF6) is known color: Wistful. HEX triplet: A1, 9A and F6. RGB value is (161,154,246). Sum of RGB (Red+Green+Blue) = 161+154+246=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #A19AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19AF6 is #5E6509. Grayscale: #A6A6A6. Windows color (decimal): -6186250 or 16161441. OLE color: 16161441.

HSL color Cylindrical-coordinate representation of color #A19AF6: hue angle of 244.57º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A19AF6 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 154 246 -
CMYK 0.35 0.37 0 0.04
HSL 244.57º 0.84% 0.78% -
HSV(B) 244.57º 0.37% 0.96% -
XYZ 42.89 37.34 92.14 -
YUV 166.58 172.82 124.02 -
System Red Green Blue C M Y K H S L
Decimal 161 154 246 0.35 0.37 0 0.04 244.57 0.84 0.78
Hex A1 9A F6 23 25 0 4 F5 54 4E
Octal 241 232 366 43 45 0 4 365 124 116
Binary 10100001 10011010 11110110 100011 100101 0 100 11110101 1010100 1001110

Color Harmonies of #A19AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19AF6

Black with #A19AF6

Text Example


Text Example

White with #A19AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19AF6; }

 p { color: rgb(161,154,246); }

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

background-color css

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

 a { background-color: rgb(161,154,246); }

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

border-color css

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

 span { border-color: rgb(161,154,246); }

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