Html Css Color HEX #AF0543 Jazzberry Jam

📋 copy color: '#AF0543'

red 175 ◦ green 5 ◦ blue 67

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

Shades of Jazzberry Jam #AF0543

Tints of Jazzberry Jam #AF0543

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

 BLUE value IS 67 (26.56% from 255) = 27.13%

R = 70.85%
G = 2.02%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF0543 (or 0xAF0543) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 43. RGB value is (175,5,67). Sum of RGB (Red+Green+Blue) = 175+5+67=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0543 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0543 is #50FABC. Grayscale: #3E3E3E. Windows color (decimal): -5307069 or 4392367. OLE color: 4392367.

HSL color Cylindrical-coordinate representation of color #AF0543: hue angle of 338.12º degrees, saturation: 0.94, 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 #AF0543 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 5 67 -
CMYK 0 0.97 0.62 0.31
HSL 338.12º 0.94% 0.35% -
HSV(B) 338.12º 0.97% 0.69% -
XYZ 18.75 9.63 6.18 -
YUV 62.9 130.32 207.96 -
System Red Green Blue C M Y K H S L
Decimal 175 5 67 0 0.97 0.62 0.31 338.12 0.94 0.35
Hex AF 5 43 0 61 3E 1F 152 5E 23
Octal 257 5 103 0 141 76 37 522 136 43
Binary 10101111 101 1000011 0 1100001 111110 11111 101010010 1011110 100011

Color Harmonies of #AF0543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0543

Black with #AF0543

Text Example


Text Example

White with #AF0543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0543; }

 p { color: rgb(175,5,67); }

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

background-color css

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

 a { background-color: rgb(175,5,67); }

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

border-color css

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

 span { border-color: rgb(175,5,67); }

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