Html Css Color HEX #A298FD Wistful

📋 copy color: '#A298FD'

red 162 ◦ green 152 ◦ blue 253

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

Shades of Wistful #A298FD

Tints of Wistful #A298FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.62%

R = 28.57%
G = 26.81%
B = 44.62%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A298FD (or 0xA298FD) is known color: Wistful. HEX triplet: A2, 98 and FD. RGB value is (162,152,253). Sum of RGB (Red+Green+Blue) = 162+152+253=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #A298FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A298FD is #5D6702. Grayscale: #A6A6A6. Windows color (decimal): -6121219 or 16619682. OLE color: 16619682.

HSL color Cylindrical-coordinate representation of color #A298FD: hue angle of 245.94º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A298FD is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 152 253 -
CMYK 0.36 0.40 0 0.01
HSL 245.94º 0.96% 0.79% -
HSV(B) 245.94º 0.4% 0.99% -
XYZ 43.86 37.23 97.8 -
YUV 166.5 176.81 124.79 -
System Red Green Blue C M Y K H S L
Decimal 162 152 253 0.36 0.40 0 0.01 245.94 0.96 0.79
Hex A2 98 FD 24 28 0 1 F6 60 4F
Octal 242 230 375 44 50 0 1 366 140 117
Binary 10100010 10011000 11111101 100100 101000 0 1 11110110 1100000 1001111

Color Harmonies of #A298FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A298FD

Black with #A298FD

Text Example


Text Example

White with #A298FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A298FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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