Html Css Color HEX #A8006B Eggplant

📋 copy color: '#A8006B'

red 168 ◦ green 0 ◦ blue 107

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

Shades of Eggplant #A8006B

Tints of Eggplant #A8006B

RGB

 RED value IS 168 (66.02% from 255) = 61.09%

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

 BLUE value IS 107 (42.19% from 255) = 38.91%

R = 61.09%
G = 0%
B = 38.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8006B (or 0xA8006B) is known color: Eggplant. HEX triplet: A8, 00 and 6B. RGB value is (168,0,107). Sum of RGB (Red+Green+Blue) = 168+0+107=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A8006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8006B is #57FF94. Grayscale: #3E3E3E. Windows color (decimal): -5767061 or 7012520. OLE color: 7012520.

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

Color convert

RGB 168 0 107 -
CMYK 0 1 0.36 0.34
HSL 321.79º 1% 0.33% -
HSV(B) 321.79º 1% 0.66% -
XYZ 18.8 9.39 14.73 -
YUV 62.43 153.16 203.3 -
System Red Green Blue C M Y K H S L
Decimal 168 0 107 0 1 0.36 0.34 321.79 1 0.33
Hex A8 0 6B 0 64 24 22 142 64 21
Octal 250 0 153 0 144 44 42 502 144 41
Binary 10101000 0 1101011 0 1100100 100100 100010 101000010 1100100 100001

Color Harmonies of #A8006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8006B

Black with #A8006B

Text Example


Text Example

White with #A8006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8006B; }

 p { color: rgb(168,0,107); }

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

background-color css

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

 a { background-color: rgb(168,0,107); }

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

border-color css

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

 span { border-color: rgb(168,0,107); }

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