Html Css Color HEX #A536A4 Violet Blue

📋 copy color: '#A536A4'

red 165 ◦ green 54 ◦ blue 164

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

Shades of Violet Blue #A536A4

Tints of Violet Blue #A536A4

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.1%

 BLUE value IS 164 (64.45% from 255) = 42.82%

R = 43.08%
G = 14.1%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A536A4 (or 0xA536A4) is known color: Violet Blue. HEX triplet: A5, 36 and A4. RGB value is (165,54,164). Sum of RGB (Red+Green+Blue) = 165+54+164=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 164 (64.45% from 255 or 42.82% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A536A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A536A4 is #5AC95B. Grayscale: #636363. Windows color (decimal): -5949788 or 10761893. OLE color: 10761893.

HSL color Cylindrical-coordinate representation of color #A536A4: hue angle of 300.54º degrees, saturation: 0.51, 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 #A536A4 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 54 164 -
CMYK 0 0.67 0.01 0.35
HSL 300.54º 0.51% 0.43% -
HSV(B) 300.54º 0.67% 0.65% -
XYZ 23.54 13.32 36.45 -
YUV 99.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 165 54 164 0 0.67 0.01 0.35 300.54 0.51 0.43
Hex A5 36 A4 0 43 1 23 12D 33 2B
Octal 245 66 244 0 103 1 43 455 63 53
Binary 10100101 110110 10100100 0 1000011 1 100011 100101101 110011 101011

Color Harmonies of #A536A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A536A4

Black with #A536A4

Text Example


Text Example

White with #A536A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A536A4; }

 p { color: rgb(165,54,164); }

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

background-color css

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

 a { background-color: rgb(165,54,164); }

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

border-color css

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

 span { border-color: rgb(165,54,164); }

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