Html Css Color HEX #AF1073 Jazzberry Jam

📋 copy color: '#AF1073'

red 175 ◦ green 16 ◦ blue 115

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

Shades of Jazzberry Jam #AF1073

Tints of Jazzberry Jam #AF1073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.23%

 BLUE value IS 115 (45.31% from 255) = 37.58%

R = 57.19%
G = 5.23%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF1073 (or 0xAF1073) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 73. RGB value is (175,16,115). Sum of RGB (Red+Green+Blue) = 175+16+115=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1073 is #50EF8C. Grayscale: #4A4A4A. Windows color (decimal): -5304205 or 7540911. OLE color: 7540911.

HSL color Cylindrical-coordinate representation of color #AF1073: hue angle of 322.64º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1073 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 115 -
CMYK 0 0.91 0.34 0.31
HSL 322.64º 0.83% 0.37% -
HSV(B) 322.64º 0.91% 0.69% -
XYZ 20.96 10.72 17.18 -
YUV 74.83 150.68 199.45 -
System Red Green Blue C M Y K H S L
Decimal 175 16 115 0 0.91 0.34 0.31 322.64 0.83 0.37
Hex AF 10 73 0 5B 22 1F 143 53 25
Octal 257 20 163 0 133 42 37 503 123 45
Binary 10101111 10000 1110011 0 1011011 100010 11111 101000011 1010011 100101

Color Harmonies of #AF1073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1073

Black with #AF1073

Text Example


Text Example

White with #AF1073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1073; }

 p { color: rgb(175,16,115); }

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

background-color css

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

 a { background-color: rgb(175,16,115); }

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

border-color css

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

 span { border-color: rgb(175,16,115); }

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