Html Css Color HEX #A00264 Eggplant

📋 copy color: '#A00264'

red 160 ◦ green 2 ◦ blue 100

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

Shades of Eggplant #A00264

Tints of Eggplant #A00264

RGB

 RED value IS 160 (62.89% from 255) = 61.07%

 GREEN value IS 2 (1.17% from 255) = 0.76%

 BLUE value IS 100 (39.45% from 255) = 38.17%

R = 61.07%
G = 0.76%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A00264 (or 0xA00264) is known color: Eggplant. HEX triplet: A0, 02 and 64. RGB value is (160,2,100). Sum of RGB (Red+Green+Blue) = 160+2+100=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A00264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00264 is #5FFD9B. Grayscale: #3C3C3C. Windows color (decimal): -6290844 or 6554272. OLE color: 6554272.

HSL color Cylindrical-coordinate representation of color #A00264: hue angle of 322.78º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00264 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 2 100 -
CMYK 0 0.99 0.38 0.37
HSL 322.78º 0.98% 0.32% -
HSV(B) 322.78º 0.99% 0.63% -
XYZ 16.82 8.44 12.8 -
YUV 60.41 150.35 199.03 -
System Red Green Blue C M Y K H S L
Decimal 160 2 100 0 0.99 0.38 0.37 322.78 0.98 0.32
Hex A0 2 64 0 63 26 25 143 62 20
Octal 240 2 144 0 143 46 45 503 142 40
Binary 10100000 10 1100100 0 1100011 100110 100101 101000011 1100010 100000

Color Harmonies of #A00264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00264

Black with #A00264

Text Example


Text Example

White with #A00264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00264; }

 p { color: rgb(160,2,100); }

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

background-color css

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

 a { background-color: rgb(160,2,100); }

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

border-color css

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

 span { border-color: rgb(160,2,100); }

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