Html Css Color HEX #A70168 Eggplant

📋 copy color: '#A70168'

red 167 ◦ green 1 ◦ blue 104

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

Shades of Eggplant #A70168

Tints of Eggplant #A70168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.24%

R = 61.4%
G = 0.37%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A70168 (or 0xA70168) is known color: Eggplant. HEX triplet: A7, 01 and 68. RGB value is (167,1,104). Sum of RGB (Red+Green+Blue) = 167+1+104=272 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.40% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 167 - color contains mainly: red. Hex color #A70168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70168 is #58FE97. Grayscale: #3E3E3E. Windows color (decimal): -5832344 or 6816167. OLE color: 6816167.

HSL color Cylindrical-coordinate representation of color #A70168: hue angle of 322.77º degrees, saturation: 0.99, 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 #A70168 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 1 104 -
CMYK 0 0.99 0.38 0.35
HSL 322.77º 0.99% 0.33% -
HSV(B) 322.77º 0.99% 0.65% -
XYZ 18.45 9.24 13.91 -
YUV 62.38 151.5 202.62 -
System Red Green Blue C M Y K H S L
Decimal 167 1 104 0 0.99 0.38 0.35 322.77 0.99 0.33
Hex A7 1 68 0 63 26 23 143 63 21
Octal 247 1 150 0 143 46 43 503 143 41
Binary 10100111 1 1101000 0 1100011 100110 100011 101000011 1100011 100001

Color Harmonies of #A70168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70168

Black with #A70168

Text Example


Text Example

White with #A70168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70168; }

 p { color: rgb(167,1,104); }

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

background-color css

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

 a { background-color: rgb(167,1,104); }

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

border-color css

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

 span { border-color: rgb(167,1,104); }

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