Html Css Color HEX #A4A0CF Wistful

📋 copy color: '#A4A0CF'

red 164 ◦ green 160 ◦ blue 207

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

Shades of Wistful #A4A0CF

Tints of Wistful #A4A0CF

RGB

 RED value IS 164 (64.45% from 255) = 30.89%

 GREEN value IS 160 (62.89% from 255) = 30.13%

 BLUE value IS 207 (81.25% from 255) = 38.98%

R = 30.89%
G = 30.13%
B = 38.98%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A4A0CF (or 0xA4A0CF) is known color: Wistful. HEX triplet: A4, A0 and CF. RGB value is (164,160,207). Sum of RGB (Red+Green+Blue) = 164+160+207=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4A0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A0CF is #5B5F30. Grayscale: #A6A6A6. Windows color (decimal): -5988145 or 13607076. OLE color: 13607076.

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

Color convert

RGB 164 160 207 -
CMYK 0.21 0.23 0 0.19
HSL 245.11º 0.33% 0.72% -
HSV(B) 245.11º 0.23% 0.81% -
XYZ 39.14 37.54 64.21 -
YUV 166.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 164 160 207 0.21 0.23 0 0.19 245.11 0.33 0.72
Hex A4 A0 CF 15 17 0 13 F5 21 48
Octal 244 240 317 25 27 0 23 365 41 110
Binary 10100100 10100000 11001111 10101 10111 0 10011 11110101 100001 1001000

Color Harmonies of #A4A0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A0CF

Black with #A4A0CF

Text Example


Text Example

White with #A4A0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A0CF; }

 p { color: rgb(164,160,207); }

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

background-color css

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

 a { background-color: rgb(164,160,207); }

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

border-color css

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

 span { border-color: rgb(164,160,207); }

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