Html Css Color HEX #A092E6 Wistful

📋 copy color: '#A092E6'

red 160 ◦ green 146 ◦ blue 230

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

Shades of Wistful #A092E6

Tints of Wistful #A092E6

RGB

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

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

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

R = 29.85%
G = 27.24%
B = 42.91%

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

#A092E6 (or 0xA092E6) is known color: Wistful. HEX triplet: A0, 92 and E6. RGB value is (160,146,230). Sum of RGB (Red+Green+Blue) = 160+146+230=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #A092E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A092E6 is #5F6D19. Grayscale: #9F9F9F. Windows color (decimal): -6253850 or 15110816. OLE color: 15110816.

HSL color Cylindrical-coordinate representation of color #A092E6: hue angle of 250º 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 #A092E6 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 146 230 -
CMYK 0.30 0.37 0 0.10
HSL 250º 0.63% 0.74% -
HSV(B) 250º 0.37% 0.9% -
XYZ 39.06 33.74 79.32 -
YUV 159.76 167.64 128.17 -
System Red Green Blue C M Y K H S L
Decimal 160 146 230 0.30 0.37 0 0.10 250 0.63 0.74
Hex A0 92 E6 1E 25 0 A FA 3F 4A
Octal 240 222 346 36 45 0 12 372 77 112
Binary 10100000 10010010 11100110 11110 100101 0 1010 11111010 111111 1001010

Color Harmonies of #A092E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A092E6

Black with #A092E6

Text Example


Text Example

White with #A092E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A092E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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