Html Css Color HEX #A298CB Wistful

📋 copy color: '#A298CB'

red 162 ◦ green 152 ◦ blue 203

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

Shades of Wistful #A298CB

Tints of Wistful #A298CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 31.33%
G = 29.4%
B = 39.26%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A298CB (or 0xA298CB) is known color: Wistful. HEX triplet: A2, 98 and CB. RGB value is (162,152,203). Sum of RGB (Red+Green+Blue) = 162+152+203=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #A298CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298CB is #5D6734. Grayscale: #A0A0A0. Windows color (decimal): -6121269 or 13342882. OLE color: 13342882.

HSL color Cylindrical-coordinate representation of color #A298CB: hue angle of 251.76º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A298CB is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 152 203 -
CMYK 0.20 0.25 0 0.20
HSL 251.76º 0.33% 0.7% -
HSV(B) 251.76º 0.25% 0.8% -
XYZ 36.91 34.45 61.2 -
YUV 160.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 162 152 203 0.20 0.25 0 0.20 251.76 0.33 0.7
Hex A2 98 CB 14 19 0 14 FC 21 46
Octal 242 230 313 24 31 0 24 374 41 106
Binary 10100010 10011000 11001011 10100 11001 0 10100 11111100 100001 1000110

Color Harmonies of #A298CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A298CB

Black with #A298CB

Text Example


Text Example

White with #A298CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A298CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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