Html Css Color HEX #AF046A Jazzberry Jam

📋 copy color: '#AF046A'

red 175 ◦ green 4 ◦ blue 106

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

Shades of Jazzberry Jam #AF046A

Tints of Jazzberry Jam #AF046A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.19%

R = 61.4%
G = 1.4%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF046A (or 0xAF046A) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 6A. RGB value is (175,4,106). Sum of RGB (Red+Green+Blue) = 175+4+106=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF046A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF046A is #50FB95. Grayscale: #424242. Windows color (decimal): -5307286 or 6948015. OLE color: 6948015.

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

Color convert

RGB 175 4 106 -
CMYK 0 0.98 0.39 0.31
HSL 324.21º 0.96% 0.35% -
HSV(B) 324.21º 0.98% 0.69% -
XYZ 20.32 10.24 14.54 -
YUV 66.76 150.15 205.21 -
System Red Green Blue C M Y K H S L
Decimal 175 4 106 0 0.98 0.39 0.31 324.21 0.96 0.35
Hex AF 4 6A 0 62 27 1F 144 60 23
Octal 257 4 152 0 142 47 37 504 140 43
Binary 10101111 100 1101010 0 1100010 100111 11111 101000100 1100000 100011

Color Harmonies of #AF046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF046A

Black with #AF046A

Text Example


Text Example

White with #AF046A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF046A; }

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

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

background-color css

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

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

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

border-color css

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

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

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