Html Css Color HEX #A298BA Cold Purple

📋 copy color: '#A298BA'

red 162 ◦ green 152 ◦ blue 186

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

Shades of Cold Purple #A298BA

Tints of Cold Purple #A298BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.2%

R = 32.4%
G = 30.4%
B = 37.2%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A298BA (or 0xA298BA) is known color: Cold Purple. HEX triplet: A2, 98 and BA. RGB value is (162,152,186). Sum of RGB (Red+Green+Blue) = 162+152+186=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #A298BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298BA is #5D6745. Grayscale: #9E9E9E. Windows color (decimal): -6121286 or 12228770. OLE color: 12228770.

HSL color Cylindrical-coordinate representation of color #A298BA: hue angle of 257.65º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A298BA is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 152 186 -
CMYK 0.13 0.18 0 0.27
HSL 257.65º 0.2% 0.66% -
HSV(B) 257.65º 0.18% 0.73% -
XYZ 34.99 33.68 51.11 -
YUV 158.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 162 152 186 0.13 0.18 0 0.27 257.65 0.2 0.66
Hex A2 98 BA D 12 0 1B 102 14 42
Octal 242 230 272 15 22 0 33 402 24 102
Binary 10100010 10011000 10111010 1101 10010 0 11011 100000010 10100 1000010

Color Harmonies of #A298BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A298BA

Black with #A298BA

Text Example


Text Example

White with #A298BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A298BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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