Html Css Color HEX #A5A4E6 Wistful

📋 copy color: '#A5A4E6'

red 165 ◦ green 164 ◦ blue 230

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

Shades of Wistful #A5A4E6

Tints of Wistful #A5A4E6

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.34%

 BLUE value IS 230 (90.23% from 255) = 41.14%

R = 29.52%
G = 29.34%
B = 41.14%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A5A4E6 (or 0xA5A4E6) is known color: Wistful. HEX triplet: A5, A4 and E6. RGB value is (165,164,230). Sum of RGB (Red+Green+Blue) = 165+164+230=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #A5A4E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A4E6 is #5A5B19. Grayscale: #ABABAB. Windows color (decimal): -5921562 or 15115429. OLE color: 15115429.

HSL color Cylindrical-coordinate representation of color #A5A4E6: hue angle of 240.91º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5A4E6 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 164 230 -
CMYK 0.28 0.29 0 0.10
HSL 240.91º 0.57% 0.77% -
HSV(B) 240.91º 0.29% 0.9% -
XYZ 43.08 40.26 80.36 -
YUV 171.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 165 164 230 0.28 0.29 0 0.10 240.91 0.57 0.77
Hex A5 A4 E6 1C 1D 0 A F1 39 4D
Octal 245 244 346 34 35 0 12 361 71 115
Binary 10100101 10100100 11100110 11100 11101 0 1010 11110001 111001 1001101

Color Harmonies of #A5A4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A4E6

Black with #A5A4E6

Text Example


Text Example

White with #A5A4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A4E6; }

 p { color: rgb(165,164,230); }

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

background-color css

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

 a { background-color: rgb(165,164,230); }

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

border-color css

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

 span { border-color: rgb(165,164,230); }

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