Html Css Color HEX #A5427D Medium Red Violet

📋 copy color: '#A5427D'

red 165 ◦ green 66 ◦ blue 125

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

Shades of Medium Red Violet #A5427D

Tints of Medium Red Violet #A5427D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.54%

 BLUE value IS 125 (49.22% from 255) = 35.11%

R = 46.35%
G = 18.54%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5427D (or 0xA5427D) is known color: Medium Red Violet. HEX triplet: A5, 42 and 7D. RGB value is (165,66,125). Sum of RGB (Red+Green+Blue) = 165+66+125=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A5427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5427D is #5ABD82. Grayscale: #666666. Windows color (decimal): -5946755 or 8209061. OLE color: 8209061.

HSL color Cylindrical-coordinate representation of color #A5427D: hue angle of 324.24º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5427D is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 66 125 -
CMYK 0 0.60 0.24 0.35
HSL 324.24º 0.43% 0.45% -
HSV(B) 324.24º 0.6% 0.65% -
XYZ 21.17 13.38 20.87 -
YUV 102.33 140.8 172.7 -
System Red Green Blue C M Y K H S L
Decimal 165 66 125 0 0.60 0.24 0.35 324.24 0.43 0.45
Hex A5 42 7D 0 3C 18 23 144 2B 2D
Octal 245 102 175 0 74 30 43 504 53 55
Binary 10100101 1000010 1111101 0 111100 11000 100011 101000100 101011 101101

Color Harmonies of #A5427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5427D

Black with #A5427D

Text Example


Text Example

White with #A5427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5427D; }

 p { color: rgb(165,66,125); }

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

background-color css

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

 a { background-color: rgb(165,66,125); }

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

border-color css

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

 span { border-color: rgb(165,66,125); }

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