Html Css Color HEX #A5A7CA Wistful

📋 copy color: '#A5A7CA'

red 165 ◦ green 167 ◦ blue 202

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

Shades of Wistful #A5A7CA

Tints of Wistful #A5A7CA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.27%

 BLUE value IS 202 (79.3% from 255) = 37.83%

R = 30.9%
G = 31.27%
B = 37.83%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A5A7CA (or 0xA5A7CA) is known color: Wistful. HEX triplet: A5, A7 and CA. RGB value is (165,167,202). Sum of RGB (Red+Green+Blue) = 165+167+202=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #A5A7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A7CA is #5A5835. Grayscale: #AAAAAA. Windows color (decimal): -5920822 or 13281189. OLE color: 13281189.

HSL color Cylindrical-coordinate representation of color #A5A7CA: hue angle of 236.76º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5A7CA is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 167 202 -
CMYK 0.18 0.17 0 0.21
HSL 236.76º 0.26% 0.72% -
HSV(B) 236.76º 0.18% 0.79% -
XYZ 40 39.9 61.47 -
YUV 170.39 145.84 124.15 -
System Red Green Blue C M Y K H S L
Decimal 165 167 202 0.18 0.17 0 0.21 236.76 0.26 0.72
Hex A5 A7 CA 12 11 0 15 ED 1A 48
Octal 245 247 312 22 21 0 25 355 32 110
Binary 10100101 10100111 11001010 10010 10001 0 10101 11101101 11010 1001000

Color Harmonies of #A5A7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A7CA

Black with #A5A7CA

Text Example


Text Example

White with #A5A7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A7CA; }

 p { color: rgb(165,167,202); }

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

background-color css

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

 a { background-color: rgb(165,167,202); }

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

border-color css

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

 span { border-color: rgb(165,167,202); }

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