Html Css Color HEX #A593BC Cold Purple

📋 copy color: '#A593BC'

red 165 ◦ green 147 ◦ blue 188

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

Shades of Cold Purple #A593BC

Tints of Cold Purple #A593BC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.4%

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

R = 33%
G = 29.4%
B = 37.6%

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

#A593BC (or 0xA593BC) is known color: Cold Purple. HEX triplet: A5, 93 and BC. RGB value is (165,147,188). Sum of RGB (Red+Green+Blue) = 165+147+188=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #A593BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593BC is #5A6C43. Grayscale: #9C9C9C. Windows color (decimal): -5925956 or 12358565. OLE color: 12358565.

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

Color convert

RGB 165 147 188 -
CMYK 0.12 0.22 0 0.26
HSL 266.34º 0.23% 0.66% -
HSV(B) 266.34º 0.22% 0.74% -
XYZ 35.03 32.5 52 -
YUV 157.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 165 147 188 0.12 0.22 0 0.26 266.34 0.23 0.66
Hex A5 93 BC C 16 0 1A 10A 17 42
Octal 245 223 274 14 26 0 32 412 27 102
Binary 10100101 10010011 10111100 1100 10110 0 11010 100001010 10111 1000010

Color Harmonies of #A593BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A593BC

Black with #A593BC

Text Example


Text Example

White with #A593BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A593BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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