Html Css Color HEX #AF0643 Jazzberry Jam

📋 copy color: '#AF0643'

red 175 ◦ green 6 ◦ blue 67

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

Shades of Jazzberry Jam #AF0643

Tints of Jazzberry Jam #AF0643

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.42%

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

R = 70.56%
G = 2.42%
B = 27.02%

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

#AF0643 (or 0xAF0643) is known color: Jazzberry Jam. HEX triplet: AF, 06 and 43. RGB value is (175,6,67). Sum of RGB (Red+Green+Blue) = 175+6+67=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0643 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0643 is #50F9BC. Grayscale: #3F3F3F. Windows color (decimal): -5306813 or 4392623. OLE color: 4392623.

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

Color convert

RGB 175 6 67 -
CMYK 0 0.97 0.62 0.31
HSL 338.34º 0.93% 0.35% -
HSV(B) 338.34º 0.97% 0.69% -
XYZ 18.76 9.65 6.18 -
YUV 63.49 129.99 207.54 -
System Red Green Blue C M Y K H S L
Decimal 175 6 67 0 0.97 0.62 0.31 338.34 0.93 0.35
Hex AF 6 43 0 61 3E 1F 152 5D 23
Octal 257 6 103 0 141 76 37 522 135 43
Binary 10101111 110 1000011 0 1100001 111110 11111 101010010 1011101 100011

Color Harmonies of #AF0643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0643

Black with #AF0643

Text Example


Text Example

White with #AF0643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0643; }

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

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

background-color css

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

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

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

border-color css

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

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

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