Html Css Color HEX #A598BE Cold Purple

📋 copy color: '#A598BE'

red 165 ◦ green 152 ◦ blue 190

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

Shades of Cold Purple #A598BE

Tints of Cold Purple #A598BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.48%

R = 32.54%
G = 29.98%
B = 37.48%

CMYK

 C value IS 0.13

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A598BE (or 0xA598BE) is known color: Cold Purple. HEX triplet: A5, 98 and BE. RGB value is (165,152,190). Sum of RGB (Red+Green+Blue) = 165+152+190=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #A598BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598BE is #5A6741. Grayscale: #A0A0A0. Windows color (decimal): -5924674 or 12490917. OLE color: 12490917.

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

Color convert

RGB 165 152 190 -
CMYK 0.13 0.2 0 0.25
HSL 260.53º 0.23% 0.67% -
HSV(B) 260.53º 0.2% 0.75% -
XYZ 36.04 34.17 53.41 -
YUV 160.22 144.81 131.41 -
System Red Green Blue C M Y K H S L
Decimal 165 152 190 0.13 0.2 0 0.25 260.53 0.23 0.67
Hex A5 98 BE D 14 0 19 105 17 43
Octal 245 230 276 15 24 0 31 405 27 103
Binary 10100101 10011000 10111110 1101 10100 0 11001 100000101 10111 1000011

Color Harmonies of #A598BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598BE

Black with #A598BE

Text Example


Text Example

White with #A598BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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