Html Css Color HEX #A5A0EB Wistful

📋 copy color: '#A5A0EB'

red 165 ◦ green 160 ◦ blue 235

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

Shades of Wistful #A5A0EB

Tints of Wistful #A5A0EB

RGB

 RED value IS 165 (64.84% from 255) = 29.46%

 GREEN value IS 160 (62.89% from 255) = 28.57%

 BLUE value IS 235 (92.19% from 255) = 41.96%

R = 29.46%
G = 28.57%
B = 41.96%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A5A0EB (or 0xA5A0EB) is known color: Wistful. HEX triplet: A5, A0 and EB. RGB value is (165,160,235). Sum of RGB (Red+Green+Blue) = 165+160+235=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5A0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A0EB is #5A5F14. Grayscale: #A9A9A9. Windows color (decimal): -5922581 or 15442085. OLE color: 15442085.

HSL color Cylindrical-coordinate representation of color #A5A0EB: hue angle of 244º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5A0EB is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 160 235 -
CMYK 0.30 0.32 0 0.08
HSL 244º 0.65% 0.77% -
HSV(B) 244º 0.32% 0.92% -
XYZ 43.08 39.14 83.88 -
YUV 170.05 164.66 124.4 -
System Red Green Blue C M Y K H S L
Decimal 165 160 235 0.30 0.32 0 0.08 244 0.65 0.77
Hex A5 A0 EB 1E 20 0 8 F4 41 4D
Octal 245 240 353 36 40 0 10 364 101 115
Binary 10100101 10100000 11101011 11110 100000 0 1000 11110100 1000001 1001101

Color Harmonies of #A5A0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A0EB

Black with #A5A0EB

Text Example


Text Example

White with #A5A0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A0EB; }

 p { color: rgb(165,160,235); }

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

background-color css

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

 a { background-color: rgb(165,160,235); }

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

border-color css

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

 span { border-color: rgb(165,160,235); }

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