Html Css Color HEX #A63F9D Violet Blue

📋 copy color: '#A63F9D'

red 166 ◦ green 63 ◦ blue 157

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

Shades of Violet Blue #A63F9D

Tints of Violet Blue #A63F9D

RGB

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

 GREEN value IS 63 (25% from 255) = 16.32%

 BLUE value IS 157 (61.72% from 255) = 40.67%

R = 43.01%
G = 16.32%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A63F9D (or 0xA63F9D) is known color: Violet Blue. HEX triplet: A6, 3F and 9D. RGB value is (166,63,157). Sum of RGB (Red+Green+Blue) = 166+63+157=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63F9D is #59C062. Grayscale: #686868. Windows color (decimal): -5881955 or 10305446. OLE color: 10305446.

HSL color Cylindrical-coordinate representation of color #A63F9D: hue angle of 305.24º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A63F9D is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 63 157 -
CMYK 0 0.62 0.05 0.35
HSL 305.24º 0.45% 0.45% -
HSV(B) 305.24º 0.62% 0.65% -
XYZ 23.59 14.1 33.38 -
YUV 104.51 157.62 171.86 -
System Red Green Blue C M Y K H S L
Decimal 166 63 157 0 0.62 0.05 0.35 305.24 0.45 0.45
Hex A6 3F 9D 0 3E 5 23 131 2D 2D
Octal 246 77 235 0 76 5 43 461 55 55
Binary 10100110 111111 10011101 0 111110 101 100011 100110001 101101 101101

Color Harmonies of #A63F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63F9D

Black with #A63F9D

Text Example


Text Example

White with #A63F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63F9D; }

 p { color: rgb(166,63,157); }

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

background-color css

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

 a { background-color: rgb(166,63,157); }

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

border-color css

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

 span { border-color: rgb(166,63,157); }

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