Html Css Color HEX #A498B3 Cold Purple

📋 copy color: '#A498B3'

red 164 ◦ green 152 ◦ blue 179

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

Shades of Cold Purple #A498B3

Tints of Cold Purple #A498B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.16%

R = 33.13%
G = 30.71%
B = 36.16%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A498B3 (or 0xA498B3) is known color: Cold Purple. HEX triplet: A4, 98 and B3. RGB value is (164,152,179). Sum of RGB (Red+Green+Blue) = 164+152+179=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 179 - color contains mainly: blue. Hex color #A498B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498B3 is #5B674C. Grayscale: #9E9E9E. Windows color (decimal): -5990221 or 11770020. OLE color: 11770020.

HSL color Cylindrical-coordinate representation of color #A498B3: hue angle of 266.67º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A498B3 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 152 179 -
CMYK 0.08 0.15 0 0.30
HSL 266.67º 0.15% 0.65% -
HSV(B) 266.67º 0.15% 0.7% -
XYZ 34.67 33.6 47.31 -
YUV 158.67 139.48 131.8 -
System Red Green Blue C M Y K H S L
Decimal 164 152 179 0.08 0.15 0 0.30 266.67 0.15 0.65
Hex A4 98 B3 8 F 0 1E 10B F 41
Octal 244 230 263 10 17 0 36 413 17 101
Binary 10100100 10011000 10110011 1000 1111 0 11110 100001011 1111 1000001

Color Harmonies of #A498B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A498B3

Black with #A498B3

Text Example


Text Example

White with #A498B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A498B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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