Html Css Color HEX #AF084D Jazzberry Jam

📋 copy color: '#AF084D'

red 175 ◦ green 8 ◦ blue 77

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

Shades of Jazzberry Jam #AF084D

Tints of Jazzberry Jam #AF084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.08%

 BLUE value IS 77 (30.47% from 255) = 29.62%

R = 67.31%
G = 3.08%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF084D (or 0xAF084D) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 4D. RGB value is (175,8,77). Sum of RGB (Red+Green+Blue) = 175+8+77=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF084D is #50F7B2. Grayscale: #414141. Windows color (decimal): -5306291 or 5048495. OLE color: 5048495.

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

Color convert

RGB 175 8 77 -
CMYK 0 0.95 0.56 0.31
HSL 335.21º 0.91% 0.36% -
HSV(B) 335.21º 0.95% 0.69% -
XYZ 19.11 9.82 7.91 -
YUV 65.8 134.33 205.89 -
System Red Green Blue C M Y K H S L
Decimal 175 8 77 0 0.95 0.56 0.31 335.21 0.91 0.36
Hex AF 8 4D 0 5F 38 1F 14F 5B 24
Octal 257 10 115 0 137 70 37 517 133 44
Binary 10101111 1000 1001101 0 1011111 111000 11111 101001111 1011011 100100

Color Harmonies of #AF084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF084D

Black with #AF084D

Text Example


Text Example

White with #AF084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF084D; }

 p { color: rgb(175,8,77); }

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

background-color css

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

 a { background-color: rgb(175,8,77); }

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

border-color css

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

 span { border-color: rgb(175,8,77); }

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