Html Css Color HEX #AF1C6B Jazzberry Jam

📋 copy color: '#AF1C6B'

red 175 ◦ green 28 ◦ blue 107

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

Shades of Jazzberry Jam #AF1C6B

Tints of Jazzberry Jam #AF1C6B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.03%

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

R = 56.45%
G = 9.03%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF1C6B (or 0xAF1C6B) is known color: Jazzberry Jam. HEX triplet: AF, 1C and 6B. RGB value is (175,28,107). Sum of RGB (Red+Green+Blue) = 175+28+107=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1C6B is #50E394. Grayscale: #505050. Windows color (decimal): -5301141 or 7019695. OLE color: 7019695.

HSL color Cylindrical-coordinate representation of color #AF1C6B: hue angle of 327.76º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1C6B is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 28 107 -
CMYK 0 0.84 0.39 0.31
HSL 327.76º 0.72% 0.4% -
HSV(B) 327.76º 0.84% 0.69% -
XYZ 20.75 11.01 14.94 -
YUV 80.96 142.7 195.08 -
System Red Green Blue C M Y K H S L
Decimal 175 28 107 0 0.84 0.39 0.31 327.76 0.72 0.4
Hex AF 1C 6B 0 54 27 1F 148 48 28
Octal 257 34 153 0 124 47 37 510 110 50
Binary 10101111 11100 1101011 0 1010100 100111 11111 101001000 1001000 101000

Color Harmonies of #AF1C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C6B

Black with #AF1C6B

Text Example


Text Example

White with #AF1C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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