Html Css Color HEX #A63FAF Deep Lilac

📋 copy color: '#A63FAF'

red 166 ◦ green 63 ◦ blue 175

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

Shades of Deep Lilac #A63FAF

Tints of Deep Lilac #A63FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 41.09%
G = 15.59%
B = 43.32%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A63FAF (or 0xA63FAF) is known color: Deep Lilac. HEX triplet: A6, 3F and AF. RGB value is (166,63,175). Sum of RGB (Red+Green+Blue) = 166+63+175=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #A63FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63FAF is #59C050. Grayscale: #6A6A6A. Windows color (decimal): -5881937 or 11485094. OLE color: 11485094.

HSL color Cylindrical-coordinate representation of color #A63FAF: hue angle of 295.18º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A63FAF is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 63 175 -
CMYK 0.05 0.64 0 0.31
HSL 295.18º 0.47% 0.47% -
HSV(B) 295.18º 0.64% 0.69% -
XYZ 25.24 14.76 42.08 -
YUV 106.57 166.62 170.39 -
System Red Green Blue C M Y K H S L
Decimal 166 63 175 0.05 0.64 0 0.31 295.18 0.47 0.47
Hex A6 3F AF 5 40 0 1F 127 2F 2F
Octal 246 77 257 5 100 0 37 447 57 57
Binary 10100110 111111 10101111 101 1000000 0 11111 100100111 101111 101111

Color Harmonies of #A63FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63FAF

Black with #A63FAF

Text Example


Text Example

White with #A63FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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