Html Css Color HEX #A5A3CF Wistful

📋 copy color: '#A5A3CF'

red 165 ◦ green 163 ◦ blue 207

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

Shades of Wistful #A5A3CF

Tints of Wistful #A5A3CF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.47%

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

R = 30.84%
G = 30.47%
B = 38.69%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A5A3CF (or 0xA5A3CF) is known color: Wistful. HEX triplet: A5, A3 and CF. RGB value is (165,163,207). Sum of RGB (Red+Green+Blue) = 165+163+207=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #A5A3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A3CF is #5A5C30. Grayscale: #A8A8A8. Windows color (decimal): -5921841 or 13607845. OLE color: 13607845.

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

Color convert

RGB 165 163 207 -
CMYK 0.20 0.21 0 0.19
HSL 242.73º 0.31% 0.73% -
HSV(B) 242.73º 0.21% 0.81% -
XYZ 39.88 38.7 64.4 -
YUV 168.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 165 163 207 0.20 0.21 0 0.19 242.73 0.31 0.73
Hex A5 A3 CF 14 15 0 13 F3 1F 49
Octal 245 243 317 24 25 0 23 363 37 111
Binary 10100101 10100011 11001111 10100 10101 0 10011 11110011 11111 1001001

Color Harmonies of #A5A3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A3CF

Black with #A5A3CF

Text Example


Text Example

White with #A5A3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A3CF; }

 p { color: rgb(165,163,207); }

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

background-color css

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

 a { background-color: rgb(165,163,207); }

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

border-color css

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

 span { border-color: rgb(165,163,207); }

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