Html Css Color HEX #AF0764 Jazzberry Jam

📋 copy color: '#AF0764'

red 175 ◦ green 7 ◦ blue 100

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

Shades of Jazzberry Jam #AF0764

Tints of Jazzberry Jam #AF0764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 62.06%
G = 2.48%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF0764 (or 0xAF0764) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 64. RGB value is (175,7,100). Sum of RGB (Red+Green+Blue) = 175+7+100=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0764 is #50F89B. Grayscale: #434343. Windows color (decimal): -5306524 or 6555567. OLE color: 6555567.

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

Color convert

RGB 175 7 100 -
CMYK 0 0.96 0.43 0.31
HSL 326.79º 0.92% 0.36% -
HSV(B) 326.79º 0.96% 0.69% -
XYZ 20.06 10.19 12.97 -
YUV 67.83 146.16 204.44 -
System Red Green Blue C M Y K H S L
Decimal 175 7 100 0 0.96 0.43 0.31 326.79 0.92 0.36
Hex AF 7 64 0 60 2B 1F 147 5C 24
Octal 257 7 144 0 140 53 37 507 134 44
Binary 10101111 111 1100100 0 1100000 101011 11111 101000111 1011100 100100

Color Harmonies of #AF0764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0764

Black with #AF0764

Text Example


Text Example

White with #AF0764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0764; }

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

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

background-color css

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

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

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

border-color css

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

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

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