Html Css Color HEX #A498BA Cold Purple

📋 copy color: '#A498BA'

red 164 ◦ green 152 ◦ blue 186

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

Shades of Cold Purple #A498BA

Tints of Cold Purple #A498BA

RGB

 RED value IS 164 (64.45% from 255) = 32.67%

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

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

R = 32.67%
G = 30.28%
B = 37.05%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A498BA (or 0xA498BA) is known color: Cold Purple. HEX triplet: A4, 98 and BA. RGB value is (164,152,186). Sum of RGB (Red+Green+Blue) = 164+152+186=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #A498BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498BA is #5B6745. Grayscale: #9F9F9F. Windows color (decimal): -5990214 or 12228772. OLE color: 12228772.

HSL color Cylindrical-coordinate representation of color #A498BA: hue angle of 261.18º 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 #A498BA is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 152 186 -
CMYK 0.12 0.18 0 0.27
HSL 261.18º 0.2% 0.66% -
HSV(B) 261.18º 0.18% 0.73% -
XYZ 35.4 33.89 51.13 -
YUV 159.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 164 152 186 0.12 0.18 0 0.27 261.18 0.2 0.66
Hex A4 98 BA C 12 0 1B 105 14 42
Octal 244 230 272 14 22 0 33 405 24 102
Binary 10100100 10011000 10111010 1100 10010 0 11011 100000101 10100 1000010

Color Harmonies of #A498BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A498BA

Black with #A498BA

Text Example


Text Example

White with #A498BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A498BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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