Html Css Color HEX #A5006F Eggplant

📋 copy color: '#A5006F'

red 165 ◦ green 0 ◦ blue 111

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

Shades of Eggplant #A5006F

Tints of Eggplant #A5006F

RGB

 RED value IS 165 (64.84% from 255) = 59.78%

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

 BLUE value IS 111 (43.75% from 255) = 40.22%

R = 59.78%
G = 0%
B = 40.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5006F (or 0xA5006F) is known color: Eggplant. HEX triplet: A5, 00 and 6F. RGB value is (165,0,111). Sum of RGB (Red+Green+Blue) = 165+0+111=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A5006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5006F is #5AFF90. Grayscale: #3D3D3D. Windows color (decimal): -5963665 or 7274661. OLE color: 7274661.

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

Color convert

RGB 165 0 111 -
CMYK 0 1 0.33 0.35
HSL 319.64º 1% 0.32% -
HSV(B) 319.64º 1% 0.65% -
XYZ 18.39 9.15 15.84 -
YUV 61.99 155.66 201.47 -
System Red Green Blue C M Y K H S L
Decimal 165 0 111 0 1 0.33 0.35 319.64 1 0.32
Hex A5 0 6F 0 64 21 23 140 64 20
Octal 245 0 157 0 144 41 43 500 144 40
Binary 10100101 0 1101111 0 1100100 100001 100011 101000000 1100100 100000

Color Harmonies of #A5006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5006F

Black with #A5006F

Text Example


Text Example

White with #A5006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5006F; }

 p { color: rgb(165,0,111); }

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

background-color css

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

 a { background-color: rgb(165,0,111); }

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

border-color css

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

 span { border-color: rgb(165,0,111); }

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