Html Css Color HEX #A5A2DB Wistful

📋 copy color: '#A5A2DB'

red 165 ◦ green 162 ◦ blue 219

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

Shades of Wistful #A5A2DB

Tints of Wistful #A5A2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 30.22%
G = 29.67%
B = 40.11%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A5A2DB (or 0xA5A2DB) is known color: Wistful. HEX triplet: A5, A2 and DB. RGB value is (165,162,219). Sum of RGB (Red+Green+Blue) = 165+162+219=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5A2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A2DB is #5A5D24. Grayscale: #A9A9A9. Windows color (decimal): -5922085 or 14394021. OLE color: 14394021.

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

Color convert

RGB 165 162 219 -
CMYK 0.25 0.26 0 0.14
HSL 243.16º 0.44% 0.75% -
HSV(B) 243.16º 0.26% 0.86% -
XYZ 41.22 38.95 72.36 -
YUV 169.4 155.99 124.87 -
System Red Green Blue C M Y K H S L
Decimal 165 162 219 0.25 0.26 0 0.14 243.16 0.44 0.75
Hex A5 A2 DB 19 1A 0 E F3 2C 4B
Octal 245 242 333 31 32 0 16 363 54 113
Binary 10100101 10100010 11011011 11001 11010 0 1110 11110011 101100 1001011

Color Harmonies of #A5A2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A2DB

Black with #A5A2DB

Text Example


Text Example

White with #A5A2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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