Html Css Color HEX #A298D1 Wistful

📋 copy color: '#A298D1'

red 162 ◦ green 152 ◦ blue 209

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

Shades of Wistful #A298D1

Tints of Wistful #A298D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.96%

R = 30.98%
G = 29.06%
B = 39.96%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A298D1 (or 0xA298D1) is known color: Wistful. HEX triplet: A2, 98 and D1. RGB value is (162,152,209). Sum of RGB (Red+Green+Blue) = 162+152+209=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 209 - color contains mainly: blue. Hex color #A298D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298D1 is #5D672E. Grayscale: #A1A1A1. Windows color (decimal): -6121263 or 13736098. OLE color: 13736098.

HSL color Cylindrical-coordinate representation of color #A298D1: hue angle of 250.53º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A298D1 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 152 209 -
CMYK 0.22 0.27 0 0.18
HSL 250.53º 0.38% 0.71% -
HSV(B) 250.53º 0.27% 0.82% -
XYZ 37.64 34.74 65.04 -
YUV 161.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 162 152 209 0.22 0.27 0 0.18 250.53 0.38 0.71
Hex A2 98 D1 16 1B 0 12 FB 26 47
Octal 242 230 321 26 33 0 22 373 46 107
Binary 10100010 10011000 11010001 10110 11011 0 10010 11111011 100110 1000111

Color Harmonies of #A298D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A298D1

Black with #A298D1

Text Example


Text Example

White with #A298D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A298D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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