Html Css Color HEX #A192ED Wistful

📋 copy color: '#A192ED'

red 161 ◦ green 146 ◦ blue 237

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

Shades of Wistful #A192ED

Tints of Wistful #A192ED

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.84%

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

R = 29.6%
G = 26.84%
B = 43.57%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A192ED (or 0xA192ED) is known color: Wistful. HEX triplet: A1, 92 and ED. RGB value is (161,146,237). Sum of RGB (Red+Green+Blue) = 161+146+237=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #A192ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A192ED is #5E6D12. Grayscale: #A0A0A0. Windows color (decimal): -6188307 or 15569569. OLE color: 15569569.

HSL color Cylindrical-coordinate representation of color #A192ED: hue angle of 249.89º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A192ED is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 146 237 -
CMYK 0.32 0.38 0 0.07
HSL 249.89º 0.72% 0.75% -
HSV(B) 249.89º 0.38% 0.93% -
XYZ 40.26 34.25 84.61 -
YUV 160.86 170.97 128.1 -
System Red Green Blue C M Y K H S L
Decimal 161 146 237 0.32 0.38 0 0.07 249.89 0.72 0.75
Hex A1 92 ED 20 26 0 7 FA 48 4B
Octal 241 222 355 40 46 0 7 372 110 113
Binary 10100001 10010010 11101101 100000 100110 0 111 11111010 1001000 1001011

Color Harmonies of #A192ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A192ED

Black with #A192ED

Text Example


Text Example

White with #A192ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A192ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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