Html Css Color HEX #A7027D Eggplant

📋 copy color: '#A7027D'

red 167 ◦ green 2 ◦ blue 125

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

Shades of Eggplant #A7027D

Tints of Eggplant #A7027D

RGB

 RED value IS 167 (65.63% from 255) = 56.8%

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 125 (49.22% from 255) = 42.52%

R = 56.8%
G = 0.68%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7027D (or 0xA7027D) is known color: Eggplant. HEX triplet: A7, 02 and 7D. RGB value is (167,2,125). Sum of RGB (Red+Green+Blue) = 167+2+125=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A7027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7027D is #58FD82. Grayscale: #414141. Windows color (decimal): -5832067 or 8192679. OLE color: 8192679.

HSL color Cylindrical-coordinate representation of color #A7027D: hue angle of 315.27º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7027D is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 2 125 -
CMYK 0 0.99 0.25 0.35
HSL 315.27º 0.98% 0.33% -
HSV(B) 315.27º 0.99% 0.65% -
XYZ 19.66 9.74 20.25 -
YUV 65.36 161.66 200.5 -
System Red Green Blue C M Y K H S L
Decimal 167 2 125 0 0.99 0.25 0.35 315.27 0.98 0.33
Hex A7 2 7D 0 63 19 23 13B 62 21
Octal 247 2 175 0 143 31 43 473 142 41
Binary 10100111 10 1111101 0 1100011 11001 100011 100111011 1100010 100001

Color Harmonies of #A7027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7027D

Black with #A7027D

Text Example


Text Example

White with #A7027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7027D; }

 p { color: rgb(167,2,125); }

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

background-color css

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

 a { background-color: rgb(167,2,125); }

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

border-color css

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

 span { border-color: rgb(167,2,125); }

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