Html Css Color HEX #A599D4 Wistful

📋 copy color: '#A599D4'

red 165 ◦ green 153 ◦ blue 212

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

Shades of Wistful #A599D4

Tints of Wistful #A599D4

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.87%

 BLUE value IS 212 (83.2% from 255) = 40%

R = 31.13%
G = 28.87%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A599D4 (or 0xA599D4) is known color: Wistful. HEX triplet: A5, 99 and D4. RGB value is (165,153,212). Sum of RGB (Red+Green+Blue) = 165+153+212=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 212 - color contains mainly: blue. Hex color #A599D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599D4 is #5A662B. Grayscale: #A3A3A3. Windows color (decimal): -5924396 or 13932965. OLE color: 13932965.

HSL color Cylindrical-coordinate representation of color #A599D4: hue angle of 252.2º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A599D4 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 153 212 -
CMYK 0.22 0.28 0 0.17
HSL 252.2º 0.41% 0.72% -
HSV(B) 252.2º 0.28% 0.83% -
XYZ 38.79 35.54 67.1 -
YUV 163.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 165 153 212 0.22 0.28 0 0.17 252.2 0.41 0.72
Hex A5 99 D4 16 1C 0 11 FC 29 48
Octal 245 231 324 26 34 0 21 374 51 110
Binary 10100101 10011001 11010100 10110 11100 0 10001 11111100 101001 1001000

Color Harmonies of #A599D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A599D4

Black with #A599D4

Text Example


Text Example

White with #A599D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A599D4; }

 p { color: rgb(165,153,212); }

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

background-color css

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

 a { background-color: rgb(165,153,212); }

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

border-color css

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

 span { border-color: rgb(165,153,212); }

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