Html Css Color HEX #A092D2 Wistful

📋 copy color: '#A092D2'

red 160 ◦ green 146 ◦ blue 210

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

Shades of Wistful #A092D2

Tints of Wistful #A092D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.7%

R = 31.01%
G = 28.29%
B = 40.7%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A092D2 (or 0xA092D2) is known color: Wistful. HEX triplet: A0, 92 and D2. RGB value is (160,146,210). Sum of RGB (Red+Green+Blue) = 160+146+210=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 210 - color contains mainly: blue. Hex color #A092D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092D2 is #5F6D2D. Grayscale: #9D9D9D. Windows color (decimal): -6253870 or 13800096. OLE color: 13800096.

HSL color Cylindrical-coordinate representation of color #A092D2: hue angle of 253.12º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A092D2 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 146 210 -
CMYK 0.24 0.30 0 0.18
HSL 253.13º 0.42% 0.7% -
HSV(B) 253.13º 0.3% 0.82% -
XYZ 36.41 32.68 65.36 -
YUV 157.48 157.64 129.8 -
System Red Green Blue C M Y K H S L
Decimal 160 146 210 0.24 0.30 0 0.18 253.13 0.42 0.7
Hex A0 92 D2 18 1E 0 12 FD 2A 46
Octal 240 222 322 30 36 0 22 375 52 106
Binary 10100000 10010010 11010010 11000 11110 0 10010 11111101 101010 1000110

Color Harmonies of #A092D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A092D2

Black with #A092D2

Text Example


Text Example

White with #A092D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A092D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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