Html Css Color HEX #A092E0 Wistful

📋 copy color: '#A092E0'

red 160 ◦ green 146 ◦ blue 224

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

Shades of Wistful #A092E0

Tints of Wistful #A092E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.26%

R = 30.19%
G = 27.55%
B = 42.26%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A092E0 (or 0xA092E0) is known color: Wistful. HEX triplet: A0, 92 and E0. RGB value is (160,146,224). Sum of RGB (Red+Green+Blue) = 160+146+224=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #A092E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092E0 is #5F6D1F. Grayscale: #9E9E9E. Windows color (decimal): -6253856 or 14717600. OLE color: 14717600.

HSL color Cylindrical-coordinate representation of color #A092E0: hue angle of 250.77º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A092E0 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 146 224 -
CMYK 0.29 0.35 0 0.12
HSL 250.77º 0.56% 0.73% -
HSV(B) 250.77º 0.35% 0.88% -
XYZ 38.23 33.41 74.96 -
YUV 159.08 164.64 128.66 -
System Red Green Blue C M Y K H S L
Decimal 160 146 224 0.29 0.35 0 0.12 250.77 0.56 0.73
Hex A0 92 E0 1D 23 0 C FB 38 49
Octal 240 222 340 35 43 0 14 373 70 111
Binary 10100000 10010010 11100000 11101 100011 0 1100 11111011 111000 1001001

Color Harmonies of #A092E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A092E0

Black with #A092E0

Text Example


Text Example

White with #A092E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A092E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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