Html Css Color HEX #A43DAF Deep Lilac

📋 copy color: '#A43DAF'

red 164 ◦ green 61 ◦ blue 175

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

Shades of Deep Lilac #A43DAF

Tints of Deep Lilac #A43DAF

RGB

 RED value IS 164 (64.45% from 255) = 41%

 GREEN value IS 61 (24.22% from 255) = 15.25%

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

R = 41%
G = 15.25%
B = 43.75%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A43DAF (or 0xA43DAF) is known color: Deep Lilac. HEX triplet: A4, 3D and AF. RGB value is (164,61,175). Sum of RGB (Red+Green+Blue) = 164+61+175=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #A43DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43DAF is #5BC250. Grayscale: #686868. Windows color (decimal): -6013521 or 11484580. OLE color: 11484580.

HSL color Cylindrical-coordinate representation of color #A43DAF: hue angle of 294.21º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43DAF is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 61 175 -
CMYK 0.06 0.65 0 0.31
HSL 294.21º 0.48% 0.46% -
HSV(B) 294.21º 0.65% 0.69% -
XYZ 24.72 14.33 42.02 -
YUV 104.79 167.62 170.23 -
System Red Green Blue C M Y K H S L
Decimal 164 61 175 0.06 0.65 0 0.31 294.21 0.48 0.46
Hex A4 3D AF 6 41 0 1F 126 30 2E
Octal 244 75 257 6 101 0 37 446 60 56
Binary 10100100 111101 10101111 110 1000001 0 11111 100100110 110000 101110

Color Harmonies of #A43DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43DAF

Black with #A43DAF

Text Example


Text Example

White with #A43DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43DAF; }

 p { color: rgb(164,61,175); }

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

background-color css

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

 a { background-color: rgb(164,61,175); }

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

border-color css

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

 span { border-color: rgb(164,61,175); }

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