Html Css Color HEX #A498B5 Cold Purple

📋 copy color: '#A498B5'

red 164 ◦ green 152 ◦ blue 181

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

Shades of Cold Purple #A498B5

Tints of Cold Purple #A498B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.42%

R = 33%
G = 30.58%
B = 36.42%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A498B5 (or 0xA498B5) is known color: Cold Purple. HEX triplet: A4, 98 and B5. RGB value is (164,152,181). Sum of RGB (Red+Green+Blue) = 164+152+181=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 181 - color contains mainly: blue. Hex color #A498B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498B5 is #5B674A. Grayscale: #9E9E9E. Windows color (decimal): -5990219 or 11901092. OLE color: 11901092.

HSL color Cylindrical-coordinate representation of color #A498B5: hue angle of 264.83º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A498B5 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 152 181 -
CMYK 0.09 0.16 0 0.29
HSL 264.83º 0.16% 0.65% -
HSV(B) 264.83º 0.16% 0.71% -
XYZ 34.88 33.69 48.38 -
YUV 158.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 164 152 181 0.09 0.16 0 0.29 264.83 0.16 0.65
Hex A4 98 B5 9 10 0 1D 109 10 41
Octal 244 230 265 11 20 0 35 411 20 101
Binary 10100100 10011000 10110101 1001 10000 0 11101 100001001 10000 1000001

Color Harmonies of #A498B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A498B5

Black with #A498B5

Text Example


Text Example

White with #A498B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A498B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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