Html Css Color HEX #A4A5DD Wistful

📋 copy color: '#A4A5DD'

red 164 ◦ green 165 ◦ blue 221

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

Shades of Wistful #A4A5DD

Tints of Wistful #A4A5DD

RGB

 RED value IS 164 (64.45% from 255) = 29.82%

 GREEN value IS 165 (64.84% from 255) = 30%

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 29.82%
G = 30%
B = 40.18%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A4A5DD (or 0xA4A5DD) is known color: Wistful. HEX triplet: A4, A5 and DD. RGB value is (164,165,221). Sum of RGB (Red+Green+Blue) = 164+165+221=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4A5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A5DD is #5B5A22. Grayscale: #AAAAAA. Windows color (decimal): -5986851 or 14525860. OLE color: 14525860.

HSL color Cylindrical-coordinate representation of color #A4A5DD: hue angle of 238.95º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4A5DD is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 165 221 -
CMYK 0.26 0.25 0 0.13
HSL 238.95º 0.46% 0.75% -
HSV(B) 238.95º 0.26% 0.87% -
XYZ 41.82 40.02 73.93 -
YUV 171.09 156.17 122.95 -
System Red Green Blue C M Y K H S L
Decimal 164 165 221 0.26 0.25 0 0.13 238.95 0.46 0.75
Hex A4 A5 DD 1A 19 0 D EF 2E 4B
Octal 244 245 335 32 31 0 15 357 56 113
Binary 10100100 10100101 11011101 11010 11001 0 1101 11101111 101110 1001011

Color Harmonies of #A4A5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A5DD

Black with #A4A5DD

Text Example


Text Example

White with #A4A5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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