Html Css Color HEX #A638A1 Violet Blue

📋 copy color: '#A638A1'

red 166 ◦ green 56 ◦ blue 161

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

Shades of Violet Blue #A638A1

Tints of Violet Blue #A638A1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.62%

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

R = 43.34%
G = 14.62%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A638A1 (or 0xA638A1) is known color: Violet Blue. HEX triplet: A6, 38 and A1. RGB value is (166,56,161). Sum of RGB (Red+Green+Blue) = 166+56+161=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A638A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A638A1 is #59C75E. Grayscale: #646464. Windows color (decimal): -5883743 or 10565798. OLE color: 10565798.

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

Color convert

RGB 166 56 161 -
CMYK 0 0.66 0.03 0.35
HSL 302.73º 0.5% 0.44% -
HSV(B) 302.73º 0.66% 0.65% -
XYZ 23.57 13.51 35.08 -
YUV 100.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 166 56 161 0 0.66 0.03 0.35 302.73 0.5 0.44
Hex A6 38 A1 0 42 3 23 12F 32 2C
Octal 246 70 241 0 102 3 43 457 62 54
Binary 10100110 111000 10100001 0 1000010 11 100011 100101111 110010 101100

Color Harmonies of #A638A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A638A1

Black with #A638A1

Text Example


Text Example

White with #A638A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A638A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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