Html Css Color HEX #A70369 Eggplant

📋 copy color: '#A70369'

red 167 ◦ green 3 ◦ blue 105

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

Shades of Eggplant #A70369

Tints of Eggplant #A70369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 60.73%
G = 1.09%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A70369 (or 0xA70369) is known color: Eggplant. HEX triplet: A7, 03 and 69. RGB value is (167,3,105). Sum of RGB (Red+Green+Blue) = 167+3+105=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A70369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70369 is #58FC96. Grayscale: #3F3F3F. Windows color (decimal): -5831831 or 6882215. OLE color: 6882215.

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

Color convert

RGB 167 3 105 -
CMYK 0 0.98 0.37 0.35
HSL 322.68º 0.96% 0.33% -
HSV(B) 322.68º 0.98% 0.65% -
XYZ 18.52 9.3 14.18 -
YUV 63.66 151.33 201.71 -
System Red Green Blue C M Y K H S L
Decimal 167 3 105 0 0.98 0.37 0.35 322.68 0.96 0.33
Hex A7 3 69 0 62 25 23 143 60 21
Octal 247 3 151 0 142 45 43 503 140 41
Binary 10100111 11 1101001 0 1100010 100101 100011 101000011 1100000 100001

Color Harmonies of #A70369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70369

Black with #A70369

Text Example


Text Example

White with #A70369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70369; }

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

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

background-color css

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

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

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

border-color css

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

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

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