Html Css Color HEX #AF046B Jazzberry Jam

📋 copy color: '#AF046B'

red 175 ◦ green 4 ◦ blue 107

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

Shades of Jazzberry Jam #AF046B

Tints of Jazzberry Jam #AF046B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.41%

R = 61.19%
G = 1.4%
B = 37.41%

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

#AF046B (or 0xAF046B) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 6B. RGB value is (175,4,107). Sum of RGB (Red+Green+Blue) = 175+4+107=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF046B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF046B is #50FB94. Grayscale: #424242. Windows color (decimal): -5307285 or 7013551. OLE color: 7013551.

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

Color convert

RGB 175 4 107 -
CMYK 0 0.98 0.39 0.31
HSL 323.86º 0.96% 0.35% -
HSV(B) 323.86º 0.98% 0.69% -
XYZ 20.38 10.26 14.82 -
YUV 66.87 150.65 205.12 -
System Red Green Blue C M Y K H S L
Decimal 175 4 107 0 0.98 0.39 0.31 323.86 0.96 0.35
Hex AF 4 6B 0 62 27 1F 144 60 23
Octal 257 4 153 0 142 47 37 504 140 43
Binary 10101111 100 1101011 0 1100010 100111 11111 101000100 1100000 100011

Color Harmonies of #AF046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF046B

Black with #AF046B

Text Example


Text Example

White with #AF046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF046B; }

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

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

background-color css

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

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

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

border-color css

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

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

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