Html Css Color HEX #A5A2D8 Wistful

📋 copy color: '#A5A2D8'

red 165 ◦ green 162 ◦ blue 216

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

Shades of Wistful #A5A2D8

Tints of Wistful #A5A2D8

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.83%

 BLUE value IS 216 (84.77% from 255) = 39.78%

R = 30.39%
G = 29.83%
B = 39.78%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A5A2D8 (or 0xA5A2D8) is known color: Wistful. HEX triplet: A5, A2 and D8. RGB value is (165,162,216). Sum of RGB (Red+Green+Blue) = 165+162+216=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 216 - color contains mainly: blue. Hex color #A5A2D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A2D8 is #5A5D27. Grayscale: #A8A8A8. Windows color (decimal): -5922088 or 14197413. OLE color: 14197413.

HSL color Cylindrical-coordinate representation of color #A5A2D8: hue angle of 243.33º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5A2D8 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 162 216 -
CMYK 0.24 0.25 0 0.15
HSL 243.33º 0.41% 0.74% -
HSV(B) 243.33º 0.25% 0.85% -
XYZ 40.83 38.8 70.3 -
YUV 169.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 165 162 216 0.24 0.25 0 0.15 243.33 0.41 0.74
Hex A5 A2 D8 18 19 0 F F3 29 4A
Octal 245 242 330 30 31 0 17 363 51 112
Binary 10100101 10100010 11011000 11000 11001 0 1111 11110011 101001 1001010

Color Harmonies of #A5A2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A2D8

Black with #A5A2D8

Text Example


Text Example

White with #A5A2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A2D8; }

 p { color: rgb(165,162,216); }

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

background-color css

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

 a { background-color: rgb(165,162,216); }

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

border-color css

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

 span { border-color: rgb(165,162,216); }

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