Html Css Color HEX #A298CA Wistful

📋 copy color: '#A298CA'

red 162 ◦ green 152 ◦ blue 202

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

Shades of Wistful #A298CA

Tints of Wistful #A298CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.15%

R = 31.4%
G = 29.46%
B = 39.15%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A298CA (or 0xA298CA) is known color: Wistful. HEX triplet: A2, 98 and CA. RGB value is (162,152,202). Sum of RGB (Red+Green+Blue) = 162+152+202=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #A298CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298CA is #5D6735. Grayscale: #A0A0A0. Windows color (decimal): -6121270 or 13277346. OLE color: 13277346.

HSL color Cylindrical-coordinate representation of color #A298CA: hue angle of 252º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A298CA is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 152 202 -
CMYK 0.20 0.25 0 0.21
HSL 252º 0.32% 0.69% -
HSV(B) 252º 0.25% 0.79% -
XYZ 36.79 34.4 60.58 -
YUV 160.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 162 152 202 0.20 0.25 0 0.21 252 0.32 0.69
Hex A2 98 CA 14 19 0 15 FC 20 45
Octal 242 230 312 24 31 0 25 374 40 105
Binary 10100010 10011000 11001010 10100 11001 0 10101 11111100 100000 1000101

Color Harmonies of #A298CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A298CA

Black with #A298CA

Text Example


Text Example

White with #A298CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A298CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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