Html Css Color HEX #A592BC Cold Purple

📋 copy color: '#A592BC'

red 165 ◦ green 146 ◦ blue 188

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

Shades of Cold Purple #A592BC

Tints of Cold Purple #A592BC

RGB

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

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

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

R = 33.07%
G = 29.26%
B = 37.68%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A592BC (or 0xA592BC) is known color: Cold Purple. HEX triplet: A5, 92 and BC. RGB value is (165,146,188). Sum of RGB (Red+Green+Blue) = 165+146+188=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #A592BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592BC is #5A6D43. Grayscale: #9C9C9C. Windows color (decimal): -5926212 or 12358309. OLE color: 12358309.

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

Color convert

RGB 165 146 188 -
CMYK 0.12 0.22 0 0.26
HSL 267.14º 0.24% 0.65% -
HSV(B) 267.14º 0.22% 0.74% -
XYZ 34.87 32.19 51.95 -
YUV 156.47 145.79 134.08 -
System Red Green Blue C M Y K H S L
Decimal 165 146 188 0.12 0.22 0 0.26 267.14 0.24 0.65
Hex A5 92 BC C 16 0 1A 10B 18 41
Octal 245 222 274 14 26 0 32 413 30 101
Binary 10100101 10010010 10111100 1100 10110 0 11010 100001011 11000 1000001

Color Harmonies of #A592BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A592BC

Black with #A592BC

Text Example


Text Example

White with #A592BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A592BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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