Html Css Color HEX #A094E6 Wistful

📋 copy color: '#A094E6'

red 160 ◦ green 148 ◦ blue 230

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

Shades of Wistful #A094E6

Tints of Wistful #A094E6

RGB

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

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

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

R = 29.74%
G = 27.51%
B = 42.75%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A094E6 (or 0xA094E6) is known color: Wistful. HEX triplet: A0, 94 and E6. RGB value is (160,148,230). Sum of RGB (Red+Green+Blue) = 160+148+230=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #A094E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A094E6 is #5F6B19. Grayscale: #A0A0A0. Windows color (decimal): -6253338 or 15111328. OLE color: 15111328.

HSL color Cylindrical-coordinate representation of color #A094E6: hue angle of 248.78º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A094E6 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 148 230 -
CMYK 0.30 0.36 0 0.10
HSL 248.78º 0.62% 0.74% -
HSV(B) 248.78º 0.36% 0.9% -
XYZ 39.37 34.37 79.42 -
YUV 160.94 166.98 127.33 -
System Red Green Blue C M Y K H S L
Decimal 160 148 230 0.30 0.36 0 0.10 248.78 0.62 0.74
Hex A0 94 E6 1E 24 0 A F9 3E 4A
Octal 240 224 346 36 44 0 12 371 76 112
Binary 10100000 10010100 11100110 11110 100100 0 1010 11111001 111110 1001010

Color Harmonies of #A094E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A094E6

Black with #A094E6

Text Example


Text Example

White with #A094E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A094E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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