Html Css Color HEX #A594C0 Cold Purple

📋 copy color: '#A594C0'

red 165 ◦ green 148 ◦ blue 192

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

Shades of Cold Purple #A594C0

Tints of Cold Purple #A594C0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.31%

 BLUE value IS 192 (75.39% from 255) = 38.02%

R = 32.67%
G = 29.31%
B = 38.02%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A594C0 (or 0xA594C0) is known color: Cold Purple. HEX triplet: A5, 94 and C0. RGB value is (165,148,192). Sum of RGB (Red+Green+Blue) = 165+148+192=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 192 - color contains mainly: blue. Hex color #A594C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594C0 is #5A6B3F. Grayscale: #9D9D9D. Windows color (decimal): -5925696 or 12620965. OLE color: 12620965.

HSL color Cylindrical-coordinate representation of color #A594C0: hue angle of 263.18º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A594C0 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 148 192 -
CMYK 0.14 0.23 0 0.25
HSL 263.18º 0.26% 0.67% -
HSV(B) 263.18º 0.23% 0.75% -
XYZ 35.62 32.98 54.36 -
YUV 158.1 147.13 132.92 -
System Red Green Blue C M Y K H S L
Decimal 165 148 192 0.14 0.23 0 0.25 263.18 0.26 0.67
Hex A5 94 C0 E 17 0 19 107 1A 43
Octal 245 224 300 16 27 0 31 407 32 103
Binary 10100101 10010100 11000000 1110 10111 0 11001 100000111 11010 1000011

Color Harmonies of #A594C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A594C0

Black with #A594C0

Text Example


Text Example

White with #A594C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A594C0; }

 p { color: rgb(165,148,192); }

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

background-color css

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

 a { background-color: rgb(165,148,192); }

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

border-color css

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

 span { border-color: rgb(165,148,192); }

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