Html Css Color HEX #A594C4 Cold Purple

📋 copy color: '#A594C4'

red 165 ◦ green 148 ◦ blue 196

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

Shades of Cold Purple #A594C4

Tints of Cold Purple #A594C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.51%

R = 32.42%
G = 29.08%
B = 38.51%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A594C4 (or 0xA594C4) is known color: Cold Purple. HEX triplet: A5, 94 and C4. RGB value is (165,148,196). Sum of RGB (Red+Green+Blue) = 165+148+196=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #A594C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594C4 is #5A6B3B. Grayscale: #9E9E9E. Windows color (decimal): -5925692 or 12883109. OLE color: 12883109.

HSL color Cylindrical-coordinate representation of color #A594C4: hue angle of 261.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A594C4 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 148 196 -
CMYK 0.16 0.24 0 0.23
HSL 261.25º 0.29% 0.67% -
HSV(B) 261.25º 0.24% 0.77% -
XYZ 36.07 33.16 56.72 -
YUV 158.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 165 148 196 0.16 0.24 0 0.23 261.25 0.29 0.67
Hex A5 94 C4 10 18 0 17 105 1D 43
Octal 245 224 304 20 30 0 27 405 35 103
Binary 10100101 10010100 11000100 10000 11000 0 10111 100000101 11101 1000011

Color Harmonies of #A594C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A594C4

Black with #A594C4

Text Example


Text Example

White with #A594C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A594C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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