Html Css Color HEX #A498B6 Cold Purple

📋 copy color: '#A498B6'

red 164 ◦ green 152 ◦ blue 182

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

Shades of Cold Purple #A498B6

Tints of Cold Purple #A498B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.55%

R = 32.93%
G = 30.52%
B = 36.55%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A498B6 (or 0xA498B6) is known color: Cold Purple. HEX triplet: A4, 98 and B6. RGB value is (164,152,182). Sum of RGB (Red+Green+Blue) = 164+152+182=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 182 - color contains mainly: blue. Hex color #A498B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498B6 is #5B6749. Grayscale: #9E9E9E. Windows color (decimal): -5990218 or 11966628. OLE color: 11966628.

HSL color Cylindrical-coordinate representation of color #A498B6: hue angle of 264º degrees, saturation: 0.17, 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 #A498B6 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 152 182 -
CMYK 0.10 0.16 0 0.29
HSL 264º 0.17% 0.65% -
HSV(B) 264º 0.16% 0.71% -
XYZ 34.98 33.73 48.92 -
YUV 159.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 164 152 182 0.10 0.16 0 0.29 264 0.17 0.65
Hex A4 98 B6 A 10 0 1D 108 11 41
Octal 244 230 266 12 20 0 35 410 21 101
Binary 10100100 10011000 10110110 1010 10000 0 11101 100001000 10001 1000001

Color Harmonies of #A498B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A498B6

Black with #A498B6

Text Example


Text Example

White with #A498B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A498B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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