Html Css Color HEX #A298F1 Wistful

📋 copy color: '#A298F1'

red 162 ◦ green 152 ◦ blue 241

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

Shades of Wistful #A298F1

Tints of Wistful #A298F1

RGB

 RED value IS 162 (63.67% from 255) = 29.19%

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

 BLUE value IS 241 (94.53% from 255) = 43.42%

R = 29.19%
G = 27.39%
B = 43.42%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A298F1 (or 0xA298F1) is known color: Wistful. HEX triplet: A2, 98 and F1. RGB value is (162,152,241). Sum of RGB (Red+Green+Blue) = 162+152+241=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #A298F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A298F1 is #5D670E. Grayscale: #A4A4A4. Windows color (decimal): -6121231 or 15833250. OLE color: 15833250.

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

Color convert

RGB 162 152 241 -
CMYK 0.33 0.37 0 0.05
HSL 246.74º 0.76% 0.77% -
HSV(B) 246.74º 0.37% 0.95% -
XYZ 42.01 36.49 88.05 -
YUV 165.14 170.81 125.76 -
System Red Green Blue C M Y K H S L
Decimal 162 152 241 0.33 0.37 0 0.05 246.74 0.76 0.77
Hex A2 98 F1 21 25 0 5 F7 4C 4D
Octal 242 230 361 41 45 0 5 367 114 115
Binary 10100010 10011000 11110001 100001 100101 0 101 11110111 1001100 1001101

Color Harmonies of #A298F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A298F1

Black with #A298F1

Text Example


Text Example

White with #A298F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A298F1; }

 p { color: rgb(162,152,241); }

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

background-color css

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

 a { background-color: rgb(162,152,241); }

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

border-color css

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

 span { border-color: rgb(162,152,241); }

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