Html Css Color HEX #AF0755 Jazzberry Jam

📋 copy color: '#AF0755'

red 175 ◦ green 7 ◦ blue 85

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

Shades of Jazzberry Jam #AF0755

Tints of Jazzberry Jam #AF0755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.84%

R = 65.54%
G = 2.62%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF0755 (or 0xAF0755) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 55. RGB value is (175,7,85). Sum of RGB (Red+Green+Blue) = 175+7+85=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0755 is #50F8AA. Grayscale: #414141. Windows color (decimal): -5306539 or 5572527. OLE color: 5572527.

HSL color Cylindrical-coordinate representation of color #AF0755: hue angle of 332.14º 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 #AF0755 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 7 85 -
CMYK 0 0.96 0.51 0.31
HSL 332.14º 0.92% 0.36% -
HSV(B) 332.14º 0.96% 0.69% -
XYZ 19.39 9.92 9.49 -
YUV 66.12 138.66 205.66 -
System Red Green Blue C M Y K H S L
Decimal 175 7 85 0 0.96 0.51 0.31 332.14 0.92 0.36
Hex AF 7 55 0 60 33 1F 14C 5C 24
Octal 257 7 125 0 140 63 37 514 134 44
Binary 10101111 111 1010101 0 1100000 110011 11111 101001100 1011100 100100

Color Harmonies of #AF0755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0755

Black with #AF0755

Text Example


Text Example

White with #AF0755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0755; }

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

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

background-color css

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

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

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

border-color css

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

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

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