Html Css Color HEX #A50269 Eggplant

📋 copy color: '#A50269'

red 165 ◦ green 2 ◦ blue 105

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

Shades of Eggplant #A50269

Tints of Eggplant #A50269

RGB

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

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

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

R = 60.66%
G = 0.74%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A50269 (or 0xA50269) is known color: Eggplant. HEX triplet: A5, 02 and 69. RGB value is (165,2,105). Sum of RGB (Red+Green+Blue) = 165+2+105=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A50269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50269 is #5AFD96. Grayscale: #3E3E3E. Windows color (decimal): -5963159 or 6881957. OLE color: 6881957.

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

Color convert

RGB 165 2 105 -
CMYK 0 0.99 0.36 0.35
HSL 322.09º 0.98% 0.33% -
HSV(B) 322.09º 0.99% 0.65% -
XYZ 18.09 9.06 14.16 -
YUV 62.48 152 201.12 -
System Red Green Blue C M Y K H S L
Decimal 165 2 105 0 0.99 0.36 0.35 322.09 0.98 0.33
Hex A5 2 69 0 63 24 23 142 62 21
Octal 245 2 151 0 143 44 43 502 142 41
Binary 10100101 10 1101001 0 1100011 100100 100011 101000010 1100010 100001

Color Harmonies of #A50269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50269

Black with #A50269

Text Example


Text Example

White with #A50269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50269; }

 p { color: rgb(165,2,105); }

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

background-color css

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

 a { background-color: rgb(165,2,105); }

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

border-color css

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

 span { border-color: rgb(165,2,105); }

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