Html Css Color HEX #A092F2 Wistful

📋 copy color: '#A092F2'

red 160 ◦ green 146 ◦ blue 242

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

Shades of Wistful #A092F2

Tints of Wistful #A092F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.16%

R = 29.2%
G = 26.64%
B = 44.16%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A092F2 (or 0xA092F2) is known color: Wistful. HEX triplet: A0, 92 and F2. RGB value is (160,146,242). Sum of RGB (Red+Green+Blue) = 160+146+242=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #A092F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A092F2 is #5F6D0D. Grayscale: #A0A0A0. Windows color (decimal): -6253838 or 15897248. OLE color: 15897248.

HSL color Cylindrical-coordinate representation of color #A092F2: hue angle of 248.75º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A092F2 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 146 242 -
CMYK 0.34 0.40 0 0.05
HSL 248.75º 0.79% 0.76% -
HSV(B) 248.75º 0.4% 0.95% -
XYZ 40.8 34.44 88.5 -
YUV 161.13 173.64 127.19 -
System Red Green Blue C M Y K H S L
Decimal 160 146 242 0.34 0.40 0 0.05 248.75 0.79 0.76
Hex A0 92 F2 22 28 0 5 F9 4F 4C
Octal 240 222 362 42 50 0 5 371 117 114
Binary 10100000 10010010 11110010 100010 101000 0 101 11111001 1001111 1001100

Color Harmonies of #A092F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A092F2

Black with #A092F2

Text Example


Text Example

White with #A092F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A092F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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