Html Css Color HEX #A598BF Cold Purple

📋 copy color: '#A598BF'

red 165 ◦ green 152 ◦ blue 191

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

Shades of Cold Purple #A598BF

Tints of Cold Purple #A598BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.6%

R = 32.48%
G = 29.92%
B = 37.6%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A598BF (or 0xA598BF) is known color: Cold Purple. HEX triplet: A5, 98 and BF. RGB value is (165,152,191). Sum of RGB (Red+Green+Blue) = 165+152+191=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #A598BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598BF is #5A6740. Grayscale: #A0A0A0. Windows color (decimal): -5924673 or 12556453. OLE color: 12556453.

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

Color convert

RGB 165 152 191 -
CMYK 0.14 0.20 0 0.25
HSL 260º 0.23% 0.67% -
HSV(B) 260º 0.2% 0.75% -
XYZ 36.15 34.22 53.99 -
YUV 160.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 165 152 191 0.14 0.20 0 0.25 260 0.23 0.67
Hex A5 98 BF E 14 0 19 104 17 43
Octal 245 230 277 16 24 0 31 404 27 103
Binary 10100101 10011000 10111111 1110 10100 0 11001 100000100 10111 1000011

Color Harmonies of #A598BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598BF

Black with #A598BF

Text Example


Text Example

White with #A598BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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