Html Css Color HEX #A592BB Cold Purple

📋 copy color: '#A592BB'

red 165 ◦ green 146 ◦ blue 187

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

Shades of Cold Purple #A592BB

Tints of Cold Purple #A592BB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.32%

 BLUE value IS 187 (73.44% from 255) = 37.55%

R = 33.13%
G = 29.32%
B = 37.55%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A592BB (or 0xA592BB) is known color: Cold Purple. HEX triplet: A5, 92 and BB. RGB value is (165,146,187). Sum of RGB (Red+Green+Blue) = 165+146+187=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #A592BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592BB is #5A6D44. Grayscale: #9C9C9C. Windows color (decimal): -5926213 or 12292773. OLE color: 12292773.

HSL color Cylindrical-coordinate representation of color #A592BB: hue angle of 267.8º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A592BB is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 146 187 -
CMYK 0.12 0.22 0 0.27
HSL 267.8º 0.23% 0.65% -
HSV(B) 267.8º 0.22% 0.73% -
XYZ 34.77 32.14 51.39 -
YUV 156.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 165 146 187 0.12 0.22 0 0.27 267.8 0.23 0.65
Hex A5 92 BB C 16 0 1B 10C 17 41
Octal 245 222 273 14 26 0 33 414 27 101
Binary 10100101 10010010 10111011 1100 10110 0 11011 100001100 10111 1000001

Color Harmonies of #A592BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A592BB

Black with #A592BB

Text Example


Text Example

White with #A592BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A592BB; }

 p { color: rgb(165,146,187); }

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

background-color css

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

 a { background-color: rgb(165,146,187); }

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

border-color css

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

 span { border-color: rgb(165,146,187); }

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