Html Css Color HEX #AF054E Jazzberry Jam

📋 copy color: '#AF054E'

red 175 ◦ green 5 ◦ blue 78

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

Shades of Jazzberry Jam #AF054E

Tints of Jazzberry Jam #AF054E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.23%

R = 67.83%
G = 1.94%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF054E (or 0xAF054E) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 4E. RGB value is (175,5,78). Sum of RGB (Red+Green+Blue) = 175+5+78=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF054E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF054E is #50FAB1. Grayscale: #404040. Windows color (decimal): -5307058 or 5113263. OLE color: 5113263.

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

Color convert

RGB 175 5 78 -
CMYK 0 0.97 0.55 0.31
HSL 334.24º 0.94% 0.35% -
HSV(B) 334.24º 0.97% 0.69% -
XYZ 19.11 9.77 8.09 -
YUV 64.15 135.82 207.06 -
System Red Green Blue C M Y K H S L
Decimal 175 5 78 0 0.97 0.55 0.31 334.24 0.94 0.35
Hex AF 5 4E 0 61 37 1F 14E 5E 23
Octal 257 5 116 0 141 67 37 516 136 43
Binary 10101111 101 1001110 0 1100001 110111 11111 101001110 1011110 100011

Color Harmonies of #AF054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF054E

Black with #AF054E

Text Example


Text Example

White with #AF054E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF054E; }

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

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

background-color css

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

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

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

border-color css

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

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

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