Html Css Color HEX #AF075F Jazzberry Jam

📋 copy color: '#AF075F'

red 175 ◦ green 7 ◦ blue 95

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

Shades of Jazzberry Jam #AF075F

Tints of Jazzberry Jam #AF075F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.53%

 BLUE value IS 95 (37.5% from 255) = 34.3%

R = 63.18%
G = 2.53%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF075F (or 0xAF075F) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 5F. RGB value is (175,7,95). Sum of RGB (Red+Green+Blue) = 175+7+95=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF075F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF075F is #50F8A0. Grayscale: #434343. Windows color (decimal): -5306529 or 6227887. OLE color: 6227887.

HSL color Cylindrical-coordinate representation of color #AF075F: hue angle of 328.57º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF075F is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 7 95 -
CMYK 0 0.96 0.46 0.31
HSL 328.57º 0.92% 0.36% -
HSV(B) 328.57º 0.96% 0.69% -
XYZ 19.82 10.09 11.73 -
YUV 67.26 143.66 204.84 -
System Red Green Blue C M Y K H S L
Decimal 175 7 95 0 0.96 0.46 0.31 328.57 0.92 0.36
Hex AF 7 5F 0 60 2E 1F 149 5C 24
Octal 257 7 137 0 140 56 37 511 134 44
Binary 10101111 111 1011111 0 1100000 101110 11111 101001001 1011100 100100

Color Harmonies of #AF075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF075F

Black with #AF075F

Text Example


Text Example

White with #AF075F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF075F; }

 p { color: rgb(175,7,95); }

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

background-color css

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

 a { background-color: rgb(175,7,95); }

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

border-color css

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

 span { border-color: rgb(175,7,95); }

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