Html Css Color HEX #AF106C Jazzberry Jam

📋 copy color: '#AF106C'

red 175 ◦ green 16 ◦ blue 108

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

Shades of Jazzberry Jam #AF106C

Tints of Jazzberry Jam #AF106C

RGB

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

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

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

R = 58.53%
G = 5.35%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF106C (or 0xAF106C) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 6C. RGB value is (175,16,108). Sum of RGB (Red+Green+Blue) = 175+16+108=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF106C is #50EF93. Grayscale: #494949. Windows color (decimal): -5304212 or 7082159. OLE color: 7082159.

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

Color convert

RGB 175 16 108 -
CMYK 0 0.91 0.38 0.31
HSL 325.28º 0.83% 0.37% -
HSV(B) 325.28º 0.91% 0.69% -
XYZ 20.57 10.57 15.14 -
YUV 74.03 147.18 200.02 -
System Red Green Blue C M Y K H S L
Decimal 175 16 108 0 0.91 0.38 0.31 325.28 0.83 0.37
Hex AF 10 6C 0 5B 26 1F 145 53 25
Octal 257 20 154 0 133 46 37 505 123 45
Binary 10101111 10000 1101100 0 1011011 100110 11111 101000101 1010011 100101

Color Harmonies of #AF106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF106C

Black with #AF106C

Text Example


Text Example

White with #AF106C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF106C; }

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

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

background-color css

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

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

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

border-color css

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

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

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