Html Css Color HEX #A4017B Eggplant

📋 copy color: '#A4017B'

red 164 ◦ green 1 ◦ blue 123

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

Shades of Eggplant #A4017B

Tints of Eggplant #A4017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.71%

R = 56.94%
G = 0.35%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4017B (or 0xA4017B) is known color: Eggplant. HEX triplet: A4, 01 and 7B. RGB value is (164,1,123). Sum of RGB (Red+Green+Blue) = 164+1+123=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A4017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4017B is #5BFE84. Grayscale: #3F3F3F. Windows color (decimal): -6028933 or 8061348. OLE color: 8061348.

HSL color Cylindrical-coordinate representation of color #A4017B: hue angle of 315.09º 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 #A4017B is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 1 123 -
CMYK 0 0.99 0.25 0.36
HSL 315.09º 0.99% 0.32% -
HSV(B) 315.09º 0.99% 0.64% -
XYZ 18.9 9.34 19.55 -
YUV 63.65 161.5 199.58 -
System Red Green Blue C M Y K H S L
Decimal 164 1 123 0 0.99 0.25 0.36 315.09 0.99 0.32
Hex A4 1 7B 0 63 19 24 13B 63 20
Octal 244 1 173 0 143 31 44 473 143 40
Binary 10100100 1 1111011 0 1100011 11001 100100 100111011 1100011 100000

Color Harmonies of #A4017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4017B

Black with #A4017B

Text Example


Text Example

White with #A4017B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4017B; }

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

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

background-color css

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

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

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

border-color css

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

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

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