Html Css Color HEX #A598BD Cold Purple

📋 copy color: '#A598BD'

red 165 ◦ green 152 ◦ blue 189

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

Shades of Cold Purple #A598BD

Tints of Cold Purple #A598BD

RGB

 RED value IS 165 (64.84% from 255) = 32.61%

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

 BLUE value IS 189 (74.22% from 255) = 37.35%

R = 32.61%
G = 30.04%
B = 37.35%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A598BD (or 0xA598BD) is known color: Cold Purple. HEX triplet: A5, 98 and BD. RGB value is (165,152,189). Sum of RGB (Red+Green+Blue) = 165+152+189=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #A598BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598BD is #5A6742. Grayscale: #9F9F9F. Windows color (decimal): -5924675 or 12425381. OLE color: 12425381.

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

Color convert

RGB 165 152 189 -
CMYK 0.13 0.20 0 0.26
HSL 261.08º 0.22% 0.67% -
HSV(B) 261.08º 0.2% 0.74% -
XYZ 35.93 34.13 52.84 -
YUV 160.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 165 152 189 0.13 0.20 0 0.26 261.08 0.22 0.67
Hex A5 98 BD D 14 0 1A 105 16 43
Octal 245 230 275 15 24 0 32 405 26 103
Binary 10100101 10011000 10111101 1101 10100 0 11010 100000101 10110 1000011

Color Harmonies of #A598BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598BD

Black with #A598BD

Text Example


Text Example

White with #A598BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598BD; }

 p { color: rgb(165,152,189); }

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

background-color css

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

 a { background-color: rgb(165,152,189); }

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

border-color css

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

 span { border-color: rgb(165,152,189); }

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