Html Css Color HEX #A599F2 Wistful

📋 copy color: '#A599F2'

red 165 ◦ green 153 ◦ blue 242

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

Shades of Wistful #A599F2

Tints of Wistful #A599F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.21%

R = 29.46%
G = 27.32%
B = 43.21%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A599F2 (or 0xA599F2) is known color: Wistful. HEX triplet: A5, 99 and F2. RGB value is (165,153,242). Sum of RGB (Red+Green+Blue) = 165+153+242=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #A599F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A599F2 is #5A660D. Grayscale: #A6A6A6. Windows color (decimal): -5924366 or 15899045. OLE color: 15899045.

HSL color Cylindrical-coordinate representation of color #A599F2: hue angle of 248.09º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A599F2 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 153 242 -
CMYK 0.32 0.37 0 0.05
HSL 248.09º 0.77% 0.77% -
HSV(B) 248.09º 0.37% 0.95% -
XYZ 42.94 37.19 88.92 -
YUV 166.73 170.48 126.76 -
System Red Green Blue C M Y K H S L
Decimal 165 153 242 0.32 0.37 0 0.05 248.09 0.77 0.77
Hex A5 99 F2 20 25 0 5 F8 4D 4D
Octal 245 231 362 40 45 0 5 370 115 115
Binary 10100101 10011001 11110010 100000 100101 0 101 11111000 1001101 1001101

Color Harmonies of #A599F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A599F2

Black with #A599F2

Text Example


Text Example

White with #A599F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A599F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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