Html Css Color HEX #A4067B Eggplant

📋 copy color: '#A4067B'

red 164 ◦ green 6 ◦ blue 123

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

Shades of Eggplant #A4067B

Tints of Eggplant #A4067B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.05%

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

R = 55.97%
G = 2.05%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4067B (or 0xA4067B) is known color: Eggplant. HEX triplet: A4, 06 and 7B. RGB value is (164,6,123). Sum of RGB (Red+Green+Blue) = 164+6+123=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A4067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4067B is #5BF984. Grayscale: #424242. Windows color (decimal): -6027653 or 8062628. OLE color: 8062628.

HSL color Cylindrical-coordinate representation of color #A4067B: hue angle of 315.57º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4067B is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 6 123 -
CMYK 0 0.96 0.25 0.36
HSL 315.57º 0.93% 0.33% -
HSV(B) 315.57º 0.96% 0.64% -
XYZ 18.95 9.45 19.56 -
YUV 66.58 159.85 197.49 -
System Red Green Blue C M Y K H S L
Decimal 164 6 123 0 0.96 0.25 0.36 315.57 0.93 0.33
Hex A4 6 7B 0 60 19 24 13C 5D 21
Octal 244 6 173 0 140 31 44 474 135 41
Binary 10100100 110 1111011 0 1100000 11001 100100 100111100 1011101 100001

Color Harmonies of #A4067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4067B

Black with #A4067B

Text Example


Text Example

White with #A4067B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4067B; }

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

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

background-color css

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

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

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

border-color css

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

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

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