Html Css Color HEX #A5A1CA Wistful

📋 copy color: '#A5A1CA'

red 165 ◦ green 161 ◦ blue 202

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

Shades of Wistful #A5A1CA

Tints of Wistful #A5A1CA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.49%

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

R = 31.25%
G = 30.49%
B = 38.26%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A5A1CA (or 0xA5A1CA) is known color: Wistful. HEX triplet: A5, A1 and CA. RGB value is (165,161,202). Sum of RGB (Red+Green+Blue) = 165+161+202=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #A5A1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A1CA is #5A5E35. Grayscale: #A6A6A6. Windows color (decimal): -5922358 or 13279653. OLE color: 13279653.

HSL color Cylindrical-coordinate representation of color #A5A1CA: hue angle of 245.85º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5A1CA is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 161 202 -
CMYK 0.18 0.20 0 0.21
HSL 245.85º 0.28% 0.71% -
HSV(B) 245.85º 0.2% 0.79% -
XYZ 38.92 37.75 61.11 -
YUV 166.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 165 161 202 0.18 0.20 0 0.21 245.85 0.28 0.71
Hex A5 A1 CA 12 14 0 15 F6 1C 47
Octal 245 241 312 22 24 0 25 366 34 107
Binary 10100101 10100001 11001010 10010 10100 0 10101 11110110 11100 1000111

Color Harmonies of #A5A1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A1CA

Black with #A5A1CA

Text Example


Text Example

White with #A5A1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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