Html Css Color HEX #AF0375 Eggplant

📋 copy color: '#AF0375'

red 175 ◦ green 3 ◦ blue 117

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

Shades of Eggplant #AF0375

Tints of Eggplant #AF0375

RGB

 RED value IS 175 (68.75% from 255) = 59.32%

 GREEN value IS 3 (1.56% from 255) = 1.02%

 BLUE value IS 117 (46.09% from 255) = 39.66%

R = 59.32%
G = 1.02%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF0375 (or 0xAF0375) is known color: Eggplant. HEX triplet: AF, 03 and 75. RGB value is (175,3,117). Sum of RGB (Red+Green+Blue) = 175+3+117=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0375 is #50FC8A. Grayscale: #434343. Windows color (decimal): -5307531 or 7668655. OLE color: 7668655.

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

Color convert

RGB 175 3 117 -
CMYK 0 0.98 0.33 0.31
HSL 320.23º 0.97% 0.35% -
HSV(B) 320.23º 0.98% 0.69% -
XYZ 20.92 10.46 17.75 -
YUV 67.42 155.98 204.73 -
System Red Green Blue C M Y K H S L
Decimal 175 3 117 0 0.98 0.33 0.31 320.23 0.97 0.35
Hex AF 3 75 0 62 21 1F 140 61 23
Octal 257 3 165 0 142 41 37 500 141 43
Binary 10101111 11 1110101 0 1100010 100001 11111 101000000 1100001 100011

Color Harmonies of #AF0375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0375

Black with #AF0375

Text Example


Text Example

White with #AF0375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0375; }

 p { color: rgb(175,3,117); }

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

background-color css

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

 a { background-color: rgb(175,3,117); }

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

border-color css

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

 span { border-color: rgb(175,3,117); }

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