Html Css Color HEX #A4016B Eggplant

📋 copy color: '#A4016B'

red 164 ◦ green 1 ◦ blue 107

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

Shades of Eggplant #A4016B

Tints of Eggplant #A4016B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 107 (42.19% from 255) = 39.34%

R = 60.29%
G = 0.37%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4016B (or 0xA4016B) is known color: Eggplant. HEX triplet: A4, 01 and 6B. RGB value is (164,1,107). Sum of RGB (Red+Green+Blue) = 164+1+107=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A4016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4016B is #5BFE94. Grayscale: #3D3D3D. Windows color (decimal): -6028949 or 7012772. OLE color: 7012772.

HSL color Cylindrical-coordinate representation of color #A4016B: hue angle of 320.98º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4016B is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 1 107 -
CMYK 0 0.99 0.35 0.36
HSL 320.98º 0.99% 0.32% -
HSV(B) 320.98º 0.99% 0.64% -
XYZ 17.97 8.98 14.7 -
YUV 61.82 153.5 200.88 -
System Red Green Blue C M Y K H S L
Decimal 164 1 107 0 0.99 0.35 0.36 320.98 0.99 0.32
Hex A4 1 6B 0 63 23 24 141 63 20
Octal 244 1 153 0 143 43 44 501 143 40
Binary 10100100 1 1101011 0 1100011 100011 100100 101000001 1100011 100000

Color Harmonies of #A4016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4016B

Black with #A4016B

Text Example


Text Example

White with #A4016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4016B; }

 p { color: rgb(164,1,107); }

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

background-color css

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

 a { background-color: rgb(164,1,107); }

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

border-color css

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

 span { border-color: rgb(164,1,107); }

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