Html Css Color HEX #A094ED Wistful

📋 copy color: '#A094ED'

red 160 ◦ green 148 ◦ blue 237

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

Shades of Wistful #A094ED

Tints of Wistful #A094ED

RGB

 RED value IS 160 (62.89% from 255) = 29.36%

 GREEN value IS 148 (58.2% from 255) = 27.16%

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

R = 29.36%
G = 27.16%
B = 43.49%

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

#A094ED (or 0xA094ED) is known color: Wistful. HEX triplet: A0, 94 and ED. RGB value is (160,148,237). Sum of RGB (Red+Green+Blue) = 160+148+237=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #A094ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A094ED is #5F6B12. Grayscale: #A1A1A1. Windows color (decimal): -6253331 or 15570080. OLE color: 15570080.

HSL color Cylindrical-coordinate representation of color #A094ED: hue angle of 248.09º degrees, saturation: 0.71, 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 #A094ED is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 148 237 -
CMYK 0.32 0.38 0 0.07
HSL 248.09º 0.71% 0.75% -
HSV(B) 248.09º 0.38% 0.93% -
XYZ 40.37 34.77 84.7 -
YUV 161.73 170.48 126.76 -
System Red Green Blue C M Y K H S L
Decimal 160 148 237 0.32 0.38 0 0.07 248.09 0.71 0.75
Hex A0 94 ED 20 26 0 7 F8 47 4B
Octal 240 224 355 40 46 0 7 370 107 113
Binary 10100000 10010100 11101101 100000 100110 0 111 11111000 1000111 1001011

Color Harmonies of #A094ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A094ED

Black with #A094ED

Text Example


Text Example

White with #A094ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A094ED; }

 p { color: rgb(160,148,237); }

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

background-color css

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

 a { background-color: rgb(160,148,237); }

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

border-color css

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

 span { border-color: rgb(160,148,237); }

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