Html Css Color HEX #A5379D Violet Blue

📋 copy color: '#A5379D'

red 165 ◦ green 55 ◦ blue 157

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

Shades of Violet Blue #A5379D

Tints of Violet Blue #A5379D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.59%

 BLUE value IS 157 (61.72% from 255) = 41.64%

R = 43.77%
G = 14.59%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5379D (or 0xA5379D) is known color: Violet Blue. HEX triplet: A5, 37 and 9D. RGB value is (165,55,157). Sum of RGB (Red+Green+Blue) = 165+55+157=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A5379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5379D is #5AC862. Grayscale: #636363. Windows color (decimal): -5949539 or 10303397. OLE color: 10303397.

HSL color Cylindrical-coordinate representation of color #A5379D: hue angle of 304.36º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5379D is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 55 157 -
CMYK 0 0.67 0.05 0.35
HSL 304.36º 0.5% 0.43% -
HSV(B) 304.36º 0.67% 0.65% -
XYZ 22.97 13.17 33.23 -
YUV 99.52 160.44 174.71 -
System Red Green Blue C M Y K H S L
Decimal 165 55 157 0 0.67 0.05 0.35 304.36 0.5 0.43
Hex A5 37 9D 0 43 5 23 130 32 2B
Octal 245 67 235 0 103 5 43 460 62 53
Binary 10100101 110111 10011101 0 1000011 101 100011 100110000 110010 101011

Color Harmonies of #A5379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5379D

Black with #A5379D

Text Example


Text Example

White with #A5379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5379D; }

 p { color: rgb(165,55,157); }

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

background-color css

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

 a { background-color: rgb(165,55,157); }

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

border-color css

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

 span { border-color: rgb(165,55,157); }

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