Html Css Color HEX #A598F2 Wistful

📋 copy color: '#A598F2'

red 165 ◦ green 152 ◦ blue 242

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

Shades of Wistful #A598F2

Tints of Wistful #A598F2

RGB

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

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

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

R = 29.52%
G = 27.19%
B = 43.29%

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

#A598F2 (or 0xA598F2) is known color: Wistful. HEX triplet: A5, 98 and F2. RGB value is (165,152,242). Sum of RGB (Red+Green+Blue) = 165+152+242=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #A598F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A598F2 is #5A670D. Grayscale: #A5A5A5. Windows color (decimal): -5924622 or 15898789. OLE color: 15898789.

HSL color Cylindrical-coordinate representation of color #A598F2: hue angle of 248.67º degrees, saturation: 0.78, 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 #A598F2 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 152 242 -
CMYK 0.32 0.37 0 0.05
HSL 248.67º 0.78% 0.77% -
HSV(B) 248.67º 0.37% 0.95% -
XYZ 42.77 36.87 88.87 -
YUV 166.15 170.81 127.18 -
System Red Green Blue C M Y K H S L
Decimal 165 152 242 0.32 0.37 0 0.05 248.67 0.78 0.77
Hex A5 98 F2 20 25 0 5 F9 4E 4D
Octal 245 230 362 40 45 0 5 371 116 115
Binary 10100101 10011000 11110010 100000 100101 0 101 11111001 1001110 1001101

Color Harmonies of #A598F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598F2

Black with #A598F2

Text Example


Text Example

White with #A598F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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