Html Css Color HEX #A091E6 Wistful

📋 copy color: '#A091E6'

red 160 ◦ green 145 ◦ blue 230

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

Shades of Wistful #A091E6

Tints of Wistful #A091E6

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.1%

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

R = 29.91%
G = 27.1%
B = 42.99%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A091E6 (or 0xA091E6) is known color: Wistful. HEX triplet: A0, 91 and E6. RGB value is (160,145,230). Sum of RGB (Red+Green+Blue) = 160+145+230=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #A091E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A091E6 is #5F6E19. Grayscale: #9E9E9E. Windows color (decimal): -6254106 or 15110560. OLE color: 15110560.

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

Color convert

RGB 160 145 230 -
CMYK 0.30 0.37 0 0.10
HSL 250.59º 0.63% 0.74% -
HSV(B) 250.59º 0.37% 0.9% -
XYZ 38.91 33.44 79.27 -
YUV 159.18 167.97 128.59 -
System Red Green Blue C M Y K H S L
Decimal 160 145 230 0.30 0.37 0 0.10 250.59 0.63 0.74
Hex A0 91 E6 1E 25 0 A FB 3F 4A
Octal 240 221 346 36 45 0 12 373 77 112
Binary 10100000 10010001 11100110 11110 100101 0 1010 11111011 111111 1001010

Color Harmonies of #A091E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A091E6

Black with #A091E6

Text Example


Text Example

White with #A091E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A091E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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