Html Css Color HEX #A598BA Cold Purple

📋 copy color: '#A598BA'

red 165 ◦ green 152 ◦ blue 186

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

Shades of Cold Purple #A598BA

Tints of Cold Purple #A598BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 32.8%
G = 30.22%
B = 36.98%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A598BA (or 0xA598BA) is known color: Cold Purple. HEX triplet: A5, 98 and BA. RGB value is (165,152,186). Sum of RGB (Red+Green+Blue) = 165+152+186=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #A598BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598BA is #5A6745. Grayscale: #9F9F9F. Windows color (decimal): -5924678 or 12228773. OLE color: 12228773.

HSL color Cylindrical-coordinate representation of color #A598BA: hue angle of 262.94º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A598BA is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 152 186 -
CMYK 0.11 0.18 0 0.27
HSL 262.94º 0.2% 0.66% -
HSV(B) 262.94º 0.18% 0.73% -
XYZ 35.61 34 51.14 -
YUV 159.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 165 152 186 0.11 0.18 0 0.27 262.94 0.2 0.66
Hex A5 98 BA B 12 0 1B 107 14 42
Octal 245 230 272 13 22 0 33 407 24 102
Binary 10100101 10011000 10111010 1011 10010 0 11011 100000111 10100 1000010

Color Harmonies of #A598BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598BA

Black with #A598BA

Text Example


Text Example

White with #A598BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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