Html Css Color HEX #AF046C Jazzberry Jam

📋 copy color: '#AF046C'

red 175 ◦ green 4 ◦ blue 108

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

Shades of Jazzberry Jam #AF046C

Tints of Jazzberry Jam #AF046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.63%

R = 60.98%
G = 1.39%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF046C (or 0xAF046C) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 6C. RGB value is (175,4,108). Sum of RGB (Red+Green+Blue) = 175+4+108=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF046C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF046C is #50FB93. Grayscale: #424242. Windows color (decimal): -5307284 or 7079087. OLE color: 7079087.

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

Color convert

RGB 175 4 108 -
CMYK 0 0.98 0.38 0.31
HSL 323.51º 0.96% 0.35% -
HSV(B) 323.51º 0.98% 0.69% -
XYZ 20.43 10.28 15.1 -
YUV 66.99 151.15 205.04 -
System Red Green Blue C M Y K H S L
Decimal 175 4 108 0 0.98 0.38 0.31 323.51 0.96 0.35
Hex AF 4 6C 0 62 26 1F 144 60 23
Octal 257 4 154 0 142 46 37 504 140 43
Binary 10101111 100 1101100 0 1100010 100110 11111 101000100 1100000 100011

Color Harmonies of #AF046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF046C

Black with #AF046C

Text Example


Text Example

White with #AF046C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF046C; }

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

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

background-color css

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

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

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

border-color css

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

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

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