Html Css Color HEX #A635A1 Violet Blue

📋 copy color: '#A635A1'

red 166 ◦ green 53 ◦ blue 161

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

Shades of Violet Blue #A635A1

Tints of Violet Blue #A635A1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.95%

 BLUE value IS 161 (63.28% from 255) = 42.37%

R = 43.68%
G = 13.95%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A635A1 (or 0xA635A1) is known color: Violet Blue. HEX triplet: A6, 35 and A1. RGB value is (166,53,161). Sum of RGB (Red+Green+Blue) = 166+53+161=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 161 (63.28% from 255 or 42.37% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A635A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A635A1 is #59CA5E. Grayscale: #626262. Windows color (decimal): -5884511 or 10565030. OLE color: 10565030.

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

Color convert

RGB 166 53 161 -
CMYK 0 0.68 0.03 0.35
HSL 302.65º 0.52% 0.43% -
HSV(B) 302.65º 0.68% 0.65% -
XYZ 23.43 13.23 35.04 -
YUV 99.1 162.94 175.72 -
System Red Green Blue C M Y K H S L
Decimal 166 53 161 0 0.68 0.03 0.35 302.65 0.52 0.43
Hex A6 35 A1 0 44 3 23 12F 34 2B
Octal 246 65 241 0 104 3 43 457 64 53
Binary 10100110 110101 10100001 0 1000100 11 100011 100101111 110100 101011

Color Harmonies of #A635A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A635A1

Black with #A635A1

Text Example


Text Example

White with #A635A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A635A1; }

 p { color: rgb(166,53,161); }

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

background-color css

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

 a { background-color: rgb(166,53,161); }

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

border-color css

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

 span { border-color: rgb(166,53,161); }

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