Html Css Color HEX #A198EA Wistful

📋 copy color: '#A198EA'

red 161 ◦ green 152 ◦ blue 234

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

Shades of Wistful #A198EA

Tints of Wistful #A198EA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.79%

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

R = 29.43%
G = 27.79%
B = 42.78%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A198EA (or 0xA198EA) is known color: Wistful. HEX triplet: A1, 98 and EA. RGB value is (161,152,234). Sum of RGB (Red+Green+Blue) = 161+152+234=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #A198EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A198EA is #5E6715. Grayscale: #A3A3A3. Windows color (decimal): -6186774 or 15374497. OLE color: 15374497.

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

Color convert

RGB 161 152 234 -
CMYK 0.31 0.35 0 0.08
HSL 246.59º 0.66% 0.76% -
HSV(B) 246.59º 0.35% 0.92% -
XYZ 40.78 35.97 82.64 -
YUV 164.04 167.48 125.83 -
System Red Green Blue C M Y K H S L
Decimal 161 152 234 0.31 0.35 0 0.08 246.59 0.66 0.76
Hex A1 98 EA 1F 23 0 8 F7 42 4C
Octal 241 230 352 37 43 0 10 367 102 114
Binary 10100001 10011000 11101010 11111 100011 0 1000 11110111 1000010 1001100

Color Harmonies of #A198EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A198EA

Black with #A198EA

Text Example


Text Example

White with #A198EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A198EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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