Html Css Color HEX #A092DA Wistful

📋 copy color: '#A092DA'

red 160 ◦ green 146 ◦ blue 218

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

Shades of Wistful #A092DA

Tints of Wistful #A092DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.6%

R = 30.53%
G = 27.86%
B = 41.6%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A092DA (or 0xA092DA) is known color: Wistful. HEX triplet: A0, 92 and DA. RGB value is (160,146,218). Sum of RGB (Red+Green+Blue) = 160+146+218=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #A092DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092DA is #5F6D25. Grayscale: #9E9E9E. Windows color (decimal): -6253862 or 14324384. OLE color: 14324384.

HSL color Cylindrical-coordinate representation of color #A092DA: hue angle of 251.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A092DA is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 146 218 -
CMYK 0.27 0.33 0 0.15
HSL 251.67º 0.49% 0.71% -
HSV(B) 251.67º 0.33% 0.85% -
XYZ 37.43 33.09 70.74 -
YUV 158.39 161.64 129.15 -
System Red Green Blue C M Y K H S L
Decimal 160 146 218 0.27 0.33 0 0.15 251.67 0.49 0.71
Hex A0 92 DA 1B 21 0 F FC 31 47
Octal 240 222 332 33 41 0 17 374 61 107
Binary 10100000 10010010 11011010 11011 100001 0 1111 11111100 110001 1000111

Color Harmonies of #A092DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A092DA

Black with #A092DA

Text Example


Text Example

White with #A092DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A092DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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