Html Css Color HEX #AF105C Jazzberry Jam

📋 copy color: '#AF105C'

red 175 ◦ green 16 ◦ blue 92

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

Shades of Jazzberry Jam #AF105C

Tints of Jazzberry Jam #AF105C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.51%

R = 61.84%
G = 5.65%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF105C (or 0xAF105C) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 5C. RGB value is (175,16,92). Sum of RGB (Red+Green+Blue) = 175+16+92=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF105C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF105C is #50EFA3. Grayscale: #484848. Windows color (decimal): -5304228 or 6033583. OLE color: 6033583.

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

Color convert

RGB 175 16 92 -
CMYK 0 0.91 0.47 0.31
HSL 331.32º 0.83% 0.37% -
HSV(B) 331.32º 0.91% 0.69% -
XYZ 19.8 10.26 11.06 -
YUV 72.21 139.18 201.32 -
System Red Green Blue C M Y K H S L
Decimal 175 16 92 0 0.91 0.47 0.31 331.32 0.83 0.37
Hex AF 10 5C 0 5B 2F 1F 14B 53 25
Octal 257 20 134 0 133 57 37 513 123 45
Binary 10101111 10000 1011100 0 1011011 101111 11111 101001011 1010011 100101

Color Harmonies of #AF105C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF105C

Black with #AF105C

Text Example


Text Example

White with #AF105C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF105C; }

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

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

background-color css

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

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

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

border-color css

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

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

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