Html Css Color HEX #A498BE Cold Purple

📋 copy color: '#A498BE'

red 164 ◦ green 152 ◦ blue 190

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

Shades of Cold Purple #A498BE

Tints of Cold Purple #A498BE

RGB

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

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

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

R = 32.41%
G = 30.04%
B = 37.55%

CMYK

 C value IS 0.14

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A498BE (or 0xA498BE) is known color: Cold Purple. HEX triplet: A4, 98 and BE. RGB value is (164,152,190). Sum of RGB (Red+Green+Blue) = 164+152+190=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #A498BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498BE is #5B6741. Grayscale: #9F9F9F. Windows color (decimal): -5990210 or 12490916. OLE color: 12490916.

HSL color Cylindrical-coordinate representation of color #A498BE: hue angle of 258.95º 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 #A498BE is Cyan = 0.14, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 152 190 -
CMYK 0.14 0.2 0 0.25
HSL 258.95º 0.23% 0.67% -
HSV(B) 258.95º 0.2% 0.75% -
XYZ 35.83 34.07 53.4 -
YUV 159.92 144.98 130.91 -
System Red Green Blue C M Y K H S L
Decimal 164 152 190 0.14 0.2 0 0.25 258.95 0.23 0.67
Hex A4 98 BE E 14 0 19 103 17 43
Octal 244 230 276 16 24 0 31 403 27 103
Binary 10100100 10011000 10111110 1110 10100 0 11001 100000011 10111 1000011

Color Harmonies of #A498BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A498BE

Black with #A498BE

Text Example


Text Example

White with #A498BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A498BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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