Html Css Color HEX #A063AF Deep Lilac

📋 copy color: '#A063AF'

red 160 ◦ green 99 ◦ blue 175

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

Shades of Deep Lilac #A063AF

Tints of Deep Lilac #A063AF

RGB

 RED value IS 160 (62.89% from 255) = 36.87%

 GREEN value IS 99 (39.06% from 255) = 22.81%

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

R = 36.87%
G = 22.81%
B = 40.32%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A063AF (or 0xA063AF) is known color: Deep Lilac. HEX triplet: A0, 63 and AF. RGB value is (160,99,175). Sum of RGB (Red+Green+Blue) = 160+99+175=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #A063AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A063AF is #5F9C50. Grayscale: #7D7D7D. Windows color (decimal): -6265937 or 11494304. OLE color: 11494304.

HSL color Cylindrical-coordinate representation of color #A063AF: hue angle of 288.16º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A063AF is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 99 175 -
CMYK 0.09 0.43 0 0.31
HSL 288.16º 0.32% 0.54% -
HSV(B) 288.16º 0.43% 0.69% -
XYZ 26.7 19.49 42.91 -
YUV 125.9 155.71 152.32 -
System Red Green Blue C M Y K H S L
Decimal 160 99 175 0.09 0.43 0 0.31 288.16 0.32 0.54
Hex A0 63 AF 9 2B 0 1F 120 20 36
Octal 240 143 257 11 53 0 37 440 40 66
Binary 10100000 1100011 10101111 1001 101011 0 11111 100100000 100000 110110

Color Harmonies of #A063AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A063AF

Black with #A063AF

Text Example


Text Example

White with #A063AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A063AF; }

 p { color: rgb(160,99,175); }

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

background-color css

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

 a { background-color: rgb(160,99,175); }

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

border-color css

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

 span { border-color: rgb(160,99,175); }

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