Html Css Color HEX #AF0675 Eggplant

📋 copy color: '#AF0675'

red 175 ◦ green 6 ◦ blue 117

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

Shades of Eggplant #AF0675

Tints of Eggplant #AF0675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.01%

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

R = 58.72%
G = 2.01%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF0675 (or 0xAF0675) is known color: Eggplant. HEX triplet: AF, 06 and 75. RGB value is (175,6,117). Sum of RGB (Red+Green+Blue) = 175+6+117=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0675 is #50F98A. Grayscale: #444444. Windows color (decimal): -5306763 or 7669423. OLE color: 7669423.

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

Color convert

RGB 175 6 117 -
CMYK 0 0.97 0.33 0.31
HSL 320.59º 0.93% 0.35% -
HSV(B) 320.59º 0.97% 0.69% -
XYZ 20.96 10.53 17.76 -
YUV 69.19 154.99 203.47 -
System Red Green Blue C M Y K H S L
Decimal 175 6 117 0 0.97 0.33 0.31 320.59 0.93 0.35
Hex AF 6 75 0 61 21 1F 141 5D 23
Octal 257 6 165 0 141 41 37 501 135 43
Binary 10101111 110 1110101 0 1100001 100001 11111 101000001 1011101 100011

Color Harmonies of #AF0675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0675

Black with #AF0675

Text Example


Text Example

White with #AF0675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0675; }

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

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

background-color css

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

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

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

border-color css

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

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

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