Html Css Color HEX #A63AAA Violet Blue

📋 copy color: '#A63AAA'

red 166 ◦ green 58 ◦ blue 170

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

Shades of Violet Blue #A63AAA

Tints of Violet Blue #A63AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.72%

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

R = 42.13%
G = 14.72%
B = 43.15%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A63AAA (or 0xA63AAA) is known color: Violet Blue. HEX triplet: A6, 3A and AA. RGB value is (166,58,170). Sum of RGB (Red+Green+Blue) = 166+58+170=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #A63AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63AAA is #59C555. Grayscale: #666666. Windows color (decimal): -5883222 or 11156134. OLE color: 11156134.

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

Color convert

RGB 166 58 170 -
CMYK 0.02 0.66 0 0.33
HSL 297.86º 0.49% 0.45% -
HSV(B) 297.86º 0.66% 0.67% -
XYZ 24.49 14.04 39.45 -
YUV 103.06 165.78 172.89 -
System Red Green Blue C M Y K H S L
Decimal 166 58 170 0.02 0.66 0 0.33 297.86 0.49 0.45
Hex A6 3A AA 2 42 0 21 12A 31 2D
Octal 246 72 252 2 102 0 41 452 61 55
Binary 10100110 111010 10101010 10 1000010 0 100001 100101010 110001 101101

Color Harmonies of #A63AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63AAA

Black with #A63AAA

Text Example


Text Example

White with #A63AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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