Html Css Color HEX #A2A5CE Wistful

📋 copy color: '#A2A5CE'

red 162 ◦ green 165 ◦ blue 206

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

Shades of Wistful #A2A5CE

Tints of Wistful #A2A5CE

RGB

 RED value IS 162 (63.67% from 255) = 30.39%

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

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 30.39%
G = 30.96%
B = 38.65%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A2A5CE (or 0xA2A5CE) is known color: Wistful. HEX triplet: A2, A5 and CE. RGB value is (162,165,206). Sum of RGB (Red+Green+Blue) = 162+165+206=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #A2A5CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A5CE is #5D5A31. Grayscale: #A8A8A8. Windows color (decimal): -6117938 or 13542818. OLE color: 13542818.

HSL color Cylindrical-coordinate representation of color #A2A5CE: hue angle of 235.91º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2A5CE is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 165 206 -
CMYK 0.21 0.20 0 0.19
HSL 235.91º 0.31% 0.72% -
HSV(B) 235.91º 0.21% 0.81% -
XYZ 39.5 39.05 63.85 -
YUV 168.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 162 165 206 0.21 0.20 0 0.19 235.91 0.31 0.72
Hex A2 A5 CE 15 14 0 13 EC 1F 48
Octal 242 245 316 25 24 0 23 354 37 110
Binary 10100010 10100101 11001110 10101 10100 0 10011 11101100 11111 1001000

Color Harmonies of #A2A5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A5CE

Black with #A2A5CE

Text Example


Text Example

White with #A2A5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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