Html Css Color HEX #A092ED Wistful

📋 copy color: '#A092ED'

red 160 ◦ green 146 ◦ blue 237

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

Shades of Wistful #A092ED

Tints of Wistful #A092ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 29.47%
G = 26.89%
B = 43.65%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A092ED (or 0xA092ED) is known color: Wistful. HEX triplet: A0, 92 and ED. RGB value is (160,146,237). Sum of RGB (Red+Green+Blue) = 160+146+237=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #A092ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A092ED is #5F6D12. Grayscale: #A0A0A0. Windows color (decimal): -6253843 or 15569568. OLE color: 15569568.

HSL color Cylindrical-coordinate representation of color #A092ED: hue angle of 249.23º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A092ED is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 146 237 -
CMYK 0.32 0.38 0 0.07
HSL 249.23º 0.72% 0.75% -
HSV(B) 249.23º 0.38% 0.93% -
XYZ 40.06 34.15 84.6 -
YUV 160.56 171.14 127.6 -
System Red Green Blue C M Y K H S L
Decimal 160 146 237 0.32 0.38 0 0.07 249.23 0.72 0.75
Hex A0 92 ED 20 26 0 7 F9 48 4B
Octal 240 222 355 40 46 0 7 371 110 113
Binary 10100000 10010010 11101101 100000 100110 0 111 11111001 1001000 1001011

Color Harmonies of #A092ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A092ED

Black with #A092ED

Text Example


Text Example

White with #A092ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A092ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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