Html Css Color HEX #AF045D Jazzberry Jam

📋 copy color: '#AF045D'

red 175 ◦ green 4 ◦ blue 93

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

Shades of Jazzberry Jam #AF045D

Tints of Jazzberry Jam #AF045D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

 BLUE value IS 93 (36.72% from 255) = 34.19%

R = 64.34%
G = 1.47%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF045D (or 0xAF045D) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 5D. RGB value is (175,4,93). Sum of RGB (Red+Green+Blue) = 175+4+93=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF045D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF045D is #50FBA2. Grayscale: #414141. Windows color (decimal): -5307299 or 6096047. OLE color: 6096047.

HSL color Cylindrical-coordinate representation of color #AF045D: hue angle of 328.77º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF045D is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 4 93 -
CMYK 0 0.98 0.47 0.31
HSL 328.77º 0.96% 0.35% -
HSV(B) 328.77º 0.98% 0.69% -
XYZ 19.7 9.99 11.25 -
YUV 65.28 143.65 206.26 -
System Red Green Blue C M Y K H S L
Decimal 175 4 93 0 0.98 0.47 0.31 328.77 0.96 0.35
Hex AF 4 5D 0 62 2F 1F 149 60 23
Octal 257 4 135 0 142 57 37 511 140 43
Binary 10101111 100 1011101 0 1100010 101111 11111 101001001 1100000 100011

Color Harmonies of #AF045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF045D

Black with #AF045D

Text Example


Text Example

White with #AF045D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF045D; }

 p { color: rgb(175,4,93); }

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

background-color css

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

 a { background-color: rgb(175,4,93); }

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

border-color css

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

 span { border-color: rgb(175,4,93); }

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