Html Css Color HEX #A5269E Medium Red Violet

📋 copy color: '#A5269E'

red 165 ◦ green 38 ◦ blue 158

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

Shades of Medium Red Violet #A5269E

Tints of Medium Red Violet #A5269E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.53%

 BLUE value IS 158 (62.11% from 255) = 43.77%

R = 45.71%
G = 10.53%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5269E (or 0xA5269E) is known color: Medium Red Violet. HEX triplet: A5, 26 and 9E. RGB value is (165,38,158). Sum of RGB (Red+Green+Blue) = 165+38+158=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5269E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5269E is #5AD961. Grayscale: #595959. Windows color (decimal): -5953890 or 10364581. OLE color: 10364581.

HSL color Cylindrical-coordinate representation of color #A5269E: hue angle of 303.31º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A5269E is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 38 158 -
CMYK 0 0.77 0.04 0.35
HSL 303.31º 0.63% 0.4% -
HSV(B) 303.31º 0.77% 0.65% -
XYZ 22.38 11.85 33.46 -
YUV 89.65 166.58 181.74 -
System Red Green Blue C M Y K H S L
Decimal 165 38 158 0 0.77 0.04 0.35 303.31 0.63 0.4
Hex A5 26 9E 0 4D 4 23 12F 3F 28
Octal 245 46 236 0 115 4 43 457 77 50
Binary 10100101 100110 10011110 0 1001101 100 100011 100101111 111111 101000

Color Harmonies of #A5269E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5269E

Black with #A5269E

Text Example


Text Example

White with #A5269E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5269E; }

 p { color: rgb(165,38,158); }

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

background-color css

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

 a { background-color: rgb(165,38,158); }

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

border-color css

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

 span { border-color: rgb(165,38,158); }

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