Html Css Color HEX #A70069 Eggplant

📋 copy color: '#A70069'

red 167 ◦ green 0 ◦ blue 105

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

Shades of Eggplant #A70069

Tints of Eggplant #A70069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 105 (41.41% from 255) = 38.6%

R = 61.4%
G = 0%
B = 38.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A70069 (or 0xA70069) is known color: Eggplant. HEX triplet: A7, 00 and 69. RGB value is (167,0,105). Sum of RGB (Red+Green+Blue) = 167+0+105=272 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.40% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 167 - color contains mainly: red. Hex color #A70069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70069 is #58FF96. Grayscale: #3D3D3D. Windows color (decimal): -5832599 or 6881447. OLE color: 6881447.

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

Color convert

RGB 167 0 105 -
CMYK 0 1 0.37 0.35
HSL 322.28º 1% 0.33% -
HSV(B) 322.28º 1% 0.65% -
XYZ 18.49 9.24 14.17 -
YUV 61.9 152.33 202.96 -
System Red Green Blue C M Y K H S L
Decimal 167 0 105 0 1 0.37 0.35 322.28 1 0.33
Hex A7 0 69 0 64 25 23 142 64 21
Octal 247 0 151 0 144 45 43 502 144 41
Binary 10100111 0 1101001 0 1100100 100101 100011 101000010 1100100 100001

Color Harmonies of #A70069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70069

Black with #A70069

Text Example


Text Example

White with #A70069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70069; }

 p { color: rgb(167,0,105); }

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

background-color css

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

 a { background-color: rgb(167,0,105); }

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

border-color css

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

 span { border-color: rgb(167,0,105); }

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