Html Css Color HEX #A5439B Violet Blue

📋 copy color: '#A5439B'

red 165 ◦ green 67 ◦ blue 155

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

Shades of Violet Blue #A5439B

Tints of Violet Blue #A5439B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.31%

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 42.64%
G = 17.31%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5439B (or 0xA5439B) is known color: Violet Blue. HEX triplet: A5, 43 and 9B. RGB value is (165,67,155). Sum of RGB (Red+Green+Blue) = 165+67+155=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A5439B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5439B is #5ABC64. Grayscale: #6A6A6A. Windows color (decimal): -5946469 or 10175397. OLE color: 10175397.

HSL color Cylindrical-coordinate representation of color #A5439B: hue angle of 306.12º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5439B is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 67 155 -
CMYK 0 0.59 0.06 0.35
HSL 306.12º 0.42% 0.45% -
HSV(B) 306.12º 0.59% 0.65% -
XYZ 23.44 14.38 32.55 -
YUV 106.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 165 67 155 0 0.59 0.06 0.35 306.12 0.42 0.45
Hex A5 43 9B 0 3B 6 23 132 2A 2D
Octal 245 103 233 0 73 6 43 462 52 55
Binary 10100101 1000011 10011011 0 111011 110 100011 100110010 101010 101101

Color Harmonies of #A5439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5439B

Black with #A5439B

Text Example


Text Example

White with #A5439B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5439B; }

 p { color: rgb(165,67,155); }

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

background-color css

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

 a { background-color: rgb(165,67,155); }

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

border-color css

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

 span { border-color: rgb(165,67,155); }

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