Html Css Color HEX #AF0754 Jazzberry Jam

📋 copy color: '#AF0754'

red 175 ◦ green 7 ◦ blue 84

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

Shades of Jazzberry Jam #AF0754

Tints of Jazzberry Jam #AF0754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.58%

R = 65.79%
G = 2.63%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF0754 (or 0xAF0754) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 54. RGB value is (175,7,84). Sum of RGB (Red+Green+Blue) = 175+7+84=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0754 is #50F8AB. Grayscale: #414141. Windows color (decimal): -5306540 or 5506991. OLE color: 5506991.

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

Color convert

RGB 175 7 84 -
CMYK 0 0.96 0.52 0.31
HSL 332.5º 0.92% 0.36% -
HSV(B) 332.5º 0.96% 0.69% -
XYZ 19.36 9.91 9.28 -
YUV 66.01 138.16 205.74 -
System Red Green Blue C M Y K H S L
Decimal 175 7 84 0 0.96 0.52 0.31 332.5 0.92 0.36
Hex AF 7 54 0 60 34 1F 14C 5C 24
Octal 257 7 124 0 140 64 37 514 134 44
Binary 10101111 111 1010100 0 1100000 110100 11111 101001100 1011100 100100

Color Harmonies of #AF0754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0754

Black with #AF0754

Text Example


Text Example

White with #AF0754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0754; }

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

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

background-color css

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

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

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

border-color css

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

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

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