Html Css Color HEX #A498BC Cold Purple

📋 copy color: '#A498BC'

red 164 ◦ green 152 ◦ blue 188

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

Shades of Cold Purple #A498BC

Tints of Cold Purple #A498BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.3%

R = 32.54%
G = 30.16%
B = 37.3%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A498BC (or 0xA498BC) is known color: Cold Purple. HEX triplet: A4, 98 and BC. RGB value is (164,152,188). Sum of RGB (Red+Green+Blue) = 164+152+188=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #A498BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498BC is #5B6743. Grayscale: #9F9F9F. Windows color (decimal): -5990212 or 12359844. OLE color: 12359844.

HSL color Cylindrical-coordinate representation of color #A498BC: hue angle of 260º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A498BC is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 152 188 -
CMYK 0.13 0.19 0 0.26
HSL 260º 0.21% 0.67% -
HSV(B) 260º 0.19% 0.74% -
XYZ 35.62 33.98 52.26 -
YUV 159.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 164 152 188 0.13 0.19 0 0.26 260 0.21 0.67
Hex A4 98 BC D 13 0 1A 104 15 43
Octal 244 230 274 15 23 0 32 404 25 103
Binary 10100100 10011000 10111100 1101 10011 0 11010 100000100 10101 1000011

Color Harmonies of #A498BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A498BC

Black with #A498BC

Text Example


Text Example

White with #A498BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A498BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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