Html Css Color HEX #AF106F Jazzberry Jam

📋 copy color: '#AF106F'

red 175 ◦ green 16 ◦ blue 111

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

Shades of Jazzberry Jam #AF106F

Tints of Jazzberry Jam #AF106F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.3%

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 57.95%
G = 5.3%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF106F (or 0xAF106F) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 6F. RGB value is (175,16,111). Sum of RGB (Red+Green+Blue) = 175+16+111=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF106F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF106F is #50EF90. Grayscale: #4A4A4A. Windows color (decimal): -5304209 or 7278767. OLE color: 7278767.

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

Color convert

RGB 175 16 111 -
CMYK 0 0.91 0.37 0.31
HSL 324.15º 0.83% 0.37% -
HSV(B) 324.15º 0.91% 0.69% -
XYZ 20.73 10.63 16 -
YUV 74.37 148.68 199.78 -
System Red Green Blue C M Y K H S L
Decimal 175 16 111 0 0.91 0.37 0.31 324.15 0.83 0.37
Hex AF 10 6F 0 5B 25 1F 144 53 25
Octal 257 20 157 0 133 45 37 504 123 45
Binary 10101111 10000 1101111 0 1011011 100101 11111 101000100 1010011 100101

Color Harmonies of #AF106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF106F

Black with #AF106F

Text Example


Text Example

White with #AF106F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF106F; }

 p { color: rgb(175,16,111); }

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

background-color css

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

 a { background-color: rgb(175,16,111); }

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

border-color css

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

 span { border-color: rgb(175,16,111); }

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