Html Css Color HEX #AF084A Jazzberry Jam

📋 copy color: '#AF084A'

red 175 ◦ green 8 ◦ blue 74

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

Shades of Jazzberry Jam #AF084A

Tints of Jazzberry Jam #AF084A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.79%

R = 68.09%
G = 3.11%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF084A (or 0xAF084A) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 4A. RGB value is (175,8,74). Sum of RGB (Red+Green+Blue) = 175+8+74=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF084A is #50F7B5. Grayscale: #414141. Windows color (decimal): -5306294 or 4851887. OLE color: 4851887.

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

Color convert

RGB 175 8 74 -
CMYK 0 0.95 0.58 0.31
HSL 336.29º 0.91% 0.36% -
HSV(B) 336.29º 0.95% 0.69% -
XYZ 19 9.78 7.37 -
YUV 65.46 132.83 206.13 -
System Red Green Blue C M Y K H S L
Decimal 175 8 74 0 0.95 0.58 0.31 336.29 0.91 0.36
Hex AF 8 4A 0 5F 3A 1F 150 5B 24
Octal 257 10 112 0 137 72 37 520 133 44
Binary 10101111 1000 1001010 0 1011111 111010 11111 101010000 1011011 100100

Color Harmonies of #AF084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF084A

Black with #AF084A

Text Example


Text Example

White with #AF084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF084A; }

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

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

background-color css

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

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

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

border-color css

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

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

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