Html Css Color HEX #A092DD Wistful

📋 copy color: '#A092DD'

red 160 ◦ green 146 ◦ blue 221

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

Shades of Wistful #A092DD

Tints of Wistful #A092DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 30.36%
G = 27.7%
B = 41.94%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A092DD (or 0xA092DD) is known color: Wistful. HEX triplet: A0, 92 and DD. RGB value is (160,146,221). Sum of RGB (Red+Green+Blue) = 160+146+221=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #A092DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092DD is #5F6D22. Grayscale: #9E9E9E. Windows color (decimal): -6253859 or 14520992. OLE color: 14520992.

HSL color Cylindrical-coordinate representation of color #A092DD: hue angle of 251.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A092DD is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 146 221 -
CMYK 0.28 0.34 0 0.13
HSL 251.2º 0.52% 0.72% -
HSV(B) 251.2º 0.34% 0.87% -
XYZ 37.83 33.25 72.83 -
YUV 158.74 163.14 128.9 -
System Red Green Blue C M Y K H S L
Decimal 160 146 221 0.28 0.34 0 0.13 251.2 0.52 0.72
Hex A0 92 DD 1C 22 0 D FB 34 48
Octal 240 222 335 34 42 0 15 373 64 110
Binary 10100000 10010010 11011101 11100 100010 0 1101 11111011 110100 1001000

Color Harmonies of #A092DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A092DD

Black with #A092DD

Text Example


Text Example

White with #A092DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A092DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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