Html Css Color HEX #A8A5E1 Wistful

📋 copy color: '#A8A5E1'

red 168 ◦ green 165 ◦ blue 225

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

Shades of Wistful #A8A5E1

Tints of Wistful #A8A5E1

RGB

 RED value IS 168 (66.02% from 255) = 30.11%

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

 BLUE value IS 225 (88.28% from 255) = 40.32%

R = 30.11%
G = 29.57%
B = 40.32%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A8A5E1 (or 0xA8A5E1) is known color: Wistful. HEX triplet: A8, A5 and E1. RGB value is (168,165,225). Sum of RGB (Red+Green+Blue) = 168+165+225=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: blue. Hex color #A8A5E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A5E1 is #575A1E. Grayscale: #ACACAC. Windows color (decimal): -5724703 or 14788008. OLE color: 14788008.

HSL color Cylindrical-coordinate representation of color #A8A5E1: hue angle of 243º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8A5E1 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 165 225 -
CMYK 0.25 0.27 0 0.12
HSL 243º 0.5% 0.76% -
HSV(B) 243º 0.27% 0.88% -
XYZ 43.19 40.67 76.81 -
YUV 172.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 168 165 225 0.25 0.27 0 0.12 243 0.5 0.76
Hex A8 A5 E1 19 1B 0 C F3 32 4C
Octal 250 245 341 31 33 0 14 363 62 114
Binary 10101000 10100101 11100001 11001 11011 0 1100 11110011 110010 1001100

Color Harmonies of #A8A5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A5E1

Black with #A8A5E1

Text Example


Text Example

White with #A8A5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A5E1; }

 p { color: rgb(168,165,225); }

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

background-color css

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

 a { background-color: rgb(168,165,225); }

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

border-color css

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

 span { border-color: rgb(168,165,225); }

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