Html Css Color HEX #A636AA Violet Blue

📋 copy color: '#A636AA'

red 166 ◦ green 54 ◦ blue 170

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

Shades of Violet Blue #A636AA

Tints of Violet Blue #A636AA

RGB

 RED value IS 166 (65.23% from 255) = 42.56%

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

 BLUE value IS 170 (66.8% from 255) = 43.59%

R = 42.56%
G = 13.85%
B = 43.59%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A636AA (or 0xA636AA) is known color: Violet Blue. HEX triplet: A6, 36 and AA. RGB value is (166,54,170). Sum of RGB (Red+Green+Blue) = 166+54+170=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #A636AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A636AA is #59C955. Grayscale: #646464. Windows color (decimal): -5884246 or 11155110. OLE color: 11155110.

HSL color Cylindrical-coordinate representation of color #A636AA: hue angle of 297.93º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A636AA is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 54 170 -
CMYK 0.02 0.68 0 0.33
HSL 297.93º 0.52% 0.44% -
HSV(B) 297.93º 0.68% 0.67% -
XYZ 24.3 13.65 39.38 -
YUV 100.71 167.11 174.57 -
System Red Green Blue C M Y K H S L
Decimal 166 54 170 0.02 0.68 0 0.33 297.93 0.52 0.44
Hex A6 36 AA 2 44 0 21 12A 34 2C
Octal 246 66 252 2 104 0 41 452 64 54
Binary 10100110 110110 10101010 10 1000100 0 100001 100101010 110100 101100

Color Harmonies of #A636AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A636AA

Black with #A636AA

Text Example


Text Example

White with #A636AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A636AA; }

 p { color: rgb(166,54,170); }

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

background-color css

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

 a { background-color: rgb(166,54,170); }

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

border-color css

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

 span { border-color: rgb(166,54,170); }

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