Html Css Color HEX #A298F3 Wistful

📋 copy color: '#A298F3'

red 162 ◦ green 152 ◦ blue 243

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

Shades of Wistful #A298F3

Tints of Wistful #A298F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.63%

R = 29.08%
G = 27.29%
B = 43.63%

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

#A298F3 (or 0xA298F3) is known color: Wistful. HEX triplet: A2, 98 and F3. RGB value is (162,152,243). Sum of RGB (Red+Green+Blue) = 162+152+243=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #A298F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A298F3 is #5D670C. Grayscale: #A5A5A5. Windows color (decimal): -6121229 or 15964322. OLE color: 15964322.

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

Color convert

RGB 162 152 243 -
CMYK 0.33 0.37 0 0.05
HSL 246.59º 0.79% 0.77% -
HSV(B) 246.59º 0.37% 0.95% -
XYZ 42.31 36.61 89.63 -
YUV 165.36 171.81 125.6 -
System Red Green Blue C M Y K H S L
Decimal 162 152 243 0.33 0.37 0 0.05 246.59 0.79 0.77
Hex A2 98 F3 21 25 0 5 F7 4F 4D
Octal 242 230 363 41 45 0 5 367 117 115
Binary 10100010 10011000 11110011 100001 100101 0 101 11110111 1001111 1001101

Color Harmonies of #A298F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A298F3

Black with #A298F3

Text Example


Text Example

White with #A298F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A298F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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