Html Css Color HEX #A00462 Eggplant

📋 copy color: '#A00462'

red 160 ◦ green 4 ◦ blue 98

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

Shades of Eggplant #A00462

Tints of Eggplant #A00462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

 BLUE value IS 98 (38.67% from 255) = 37.4%

R = 61.07%
G = 1.53%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A00462 (or 0xA00462) is known color: Eggplant. HEX triplet: A0, 04 and 62. RGB value is (160,4,98). Sum of RGB (Red+Green+Blue) = 160+4+98=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A00462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00462 is #5FFB9D. Grayscale: #3D3D3D. Windows color (decimal): -6290334 or 6423712. OLE color: 6423712.

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

Color convert

RGB 160 4 98 -
CMYK 0 0.98 0.39 0.37
HSL 323.85º 0.95% 0.32% -
HSV(B) 323.85º 0.98% 0.63% -
XYZ 16.75 8.44 12.3 -
YUV 61.36 148.68 198.36 -
System Red Green Blue C M Y K H S L
Decimal 160 4 98 0 0.98 0.39 0.37 323.85 0.95 0.32
Hex A0 4 62 0 62 27 25 144 5F 20
Octal 240 4 142 0 142 47 45 504 137 40
Binary 10100000 100 1100010 0 1100010 100111 100101 101000100 1011111 100000

Color Harmonies of #A00462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00462

Black with #A00462

Text Example


Text Example

White with #A00462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00462; }

 p { color: rgb(160,4,98); }

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

background-color css

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

 a { background-color: rgb(160,4,98); }

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

border-color css

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

 span { border-color: rgb(160,4,98); }

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