Html Css Color HEX #A298BE Cold Purple

📋 copy color: '#A298BE'

red 162 ◦ green 152 ◦ blue 190

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

Shades of Cold Purple #A298BE

Tints of Cold Purple #A298BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 32.14%
G = 30.16%
B = 37.7%

CMYK

 C value IS 0.15

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A298BE (or 0xA298BE) is known color: Cold Purple. HEX triplet: A2, 98 and BE. RGB value is (162,152,190). Sum of RGB (Red+Green+Blue) = 162+152+190=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #A298BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298BE is #5D6741. Grayscale: #9F9F9F. Windows color (decimal): -6121282 or 12490914. OLE color: 12490914.

HSL color Cylindrical-coordinate representation of color #A298BE: hue angle of 255.79º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A298BE is Cyan = 0.15, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 152 190 -
CMYK 0.15 0.2 0 0.25
HSL 255.79º 0.23% 0.67% -
HSV(B) 255.79º 0.2% 0.75% -
XYZ 35.42 33.86 53.38 -
YUV 159.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 162 152 190 0.15 0.2 0 0.25 255.79 0.23 0.67
Hex A2 98 BE F 14 0 19 100 17 43
Octal 242 230 276 17 24 0 31 400 27 103
Binary 10100010 10011000 10111110 1111 10100 0 11001 100000000 10111 1000011

Color Harmonies of #A298BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A298BE

Black with #A298BE

Text Example


Text Example

White with #A298BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A298BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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