Html Css Color HEX #A5A0EA Wistful

📋 copy color: '#A5A0EA'

red 165 ◦ green 160 ◦ blue 234

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

Shades of Wistful #A5A0EA

Tints of Wistful #A5A0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.86%

R = 29.52%
G = 28.62%
B = 41.86%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A5A0EA (or 0xA5A0EA) is known color: Wistful. HEX triplet: A5, A0 and EA. RGB value is (165,160,234). Sum of RGB (Red+Green+Blue) = 165+160+234=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5A0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A0EA is #5A5F15. Grayscale: #A9A9A9. Windows color (decimal): -5922582 or 15376549. OLE color: 15376549.

HSL color Cylindrical-coordinate representation of color #A5A0EA: hue angle of 244.05º degrees, saturation: 0.64, 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 #A5A0EA is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 160 234 -
CMYK 0.29 0.32 0 0.08
HSL 244.05º 0.64% 0.77% -
HSV(B) 244.05º 0.32% 0.92% -
XYZ 42.94 39.08 83.12 -
YUV 169.93 164.16 124.48 -
System Red Green Blue C M Y K H S L
Decimal 165 160 234 0.29 0.32 0 0.08 244.05 0.64 0.77
Hex A5 A0 EA 1D 20 0 8 F4 40 4D
Octal 245 240 352 35 40 0 10 364 100 115
Binary 10100101 10100000 11101010 11101 100000 0 1000 11110100 1000000 1001101

Color Harmonies of #A5A0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A0EA

Black with #A5A0EA

Text Example


Text Example

White with #A5A0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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