Html Css Color HEX #A598D4 Wistful

📋 copy color: '#A598D4'

red 165 ◦ green 152 ◦ blue 212

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

Shades of Wistful #A598D4

Tints of Wistful #A598D4

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.73%

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

R = 31.19%
G = 28.73%
B = 40.08%

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

#A598D4 (or 0xA598D4) is known color: Wistful. HEX triplet: A5, 98 and D4. RGB value is (165,152,212). Sum of RGB (Red+Green+Blue) = 165+152+212=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 212 - color contains mainly: blue. Hex color #A598D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598D4 is #5A672B. Grayscale: #A2A2A2. Windows color (decimal): -5924652 or 13932709. OLE color: 13932709.

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

Color convert

RGB 165 152 212 -
CMYK 0.22 0.28 0 0.17
HSL 253º 0.41% 0.71% -
HSV(B) 253º 0.28% 0.83% -
XYZ 38.63 35.21 67.05 -
YUV 162.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 165 152 212 0.22 0.28 0 0.17 253 0.41 0.71
Hex A5 98 D4 16 1C 0 11 FD 29 47
Octal 245 230 324 26 34 0 21 375 51 107
Binary 10100101 10011000 11010100 10110 11100 0 10001 11111101 101001 1000111

Color Harmonies of #A598D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598D4

Black with #A598D4

Text Example


Text Example

White with #A598D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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