Html Css Color HEX #A092F7 Wistful

📋 copy color: '#A092F7'

red 160 ◦ green 146 ◦ blue 247

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

Shades of Wistful #A092F7

Tints of Wistful #A092F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.67%

R = 28.93%
G = 26.4%
B = 44.67%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A092F7 (or 0xA092F7) is known color: Wistful. HEX triplet: A0, 92 and F7. RGB value is (160,146,247). Sum of RGB (Red+Green+Blue) = 160+146+247=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #A092F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A092F7 is #5F6D08. Grayscale: #A1A1A1. Windows color (decimal): -6253833 or 16224928. OLE color: 16224928.

HSL color Cylindrical-coordinate representation of color #A092F7: hue angle of 248.32º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A092F7 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 146 247 -
CMYK 0.35 0.41 0 0.03
HSL 248.32º 0.86% 0.77% -
HSV(B) 248.32º 0.41% 0.97% -
XYZ 41.56 34.75 92.51 -
YUV 161.7 176.14 126.79 -
System Red Green Blue C M Y K H S L
Decimal 160 146 247 0.35 0.41 0 0.03 248.32 0.86 0.77
Hex A0 92 F7 23 29 0 3 F8 56 4D
Octal 240 222 367 43 51 0 3 370 126 115
Binary 10100000 10010010 11110111 100011 101001 0 11 11111000 1010110 1001101

Color Harmonies of #A092F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A092F7

Black with #A092F7

Text Example


Text Example

White with #A092F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A092F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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