Html Css Color HEX #A59BBC Cold Purple

📋 copy color: '#A59BBC'

red 165 ◦ green 155 ◦ blue 188

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

Shades of Cold Purple #A59BBC

Tints of Cold Purple #A59BBC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.51%

 BLUE value IS 188 (73.83% from 255) = 37.01%

R = 32.48%
G = 30.51%
B = 37.01%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A59BBC (or 0xA59BBC) is known color: Cold Purple. HEX triplet: A5, 9B and BC. RGB value is (165,155,188). Sum of RGB (Red+Green+Blue) = 165+155+188=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #A59BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BBC is #5A6443. Grayscale: #A1A1A1. Windows color (decimal): -5923908 or 12360613. OLE color: 12360613.

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

Color convert

RGB 165 155 188 -
CMYK 0.12 0.18 0 0.26
HSL 258.18º 0.2% 0.67% -
HSV(B) 258.18º 0.18% 0.74% -
XYZ 36.32 35.07 52.43 -
YUV 161.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 165 155 188 0.12 0.18 0 0.26 258.18 0.2 0.67
Hex A5 9B BC C 12 0 1A 102 14 43
Octal 245 233 274 14 22 0 32 402 24 103
Binary 10100101 10011011 10111100 1100 10010 0 11010 100000010 10100 1000011

Color Harmonies of #A59BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59BBC

Black with #A59BBC

Text Example


Text Example

White with #A59BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59BBC; }

 p { color: rgb(165,155,188); }

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

background-color css

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

 a { background-color: rgb(165,155,188); }

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

border-color css

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

 span { border-color: rgb(165,155,188); }

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