Html Css Color HEX #AF1D6C Jazzberry Jam

📋 copy color: '#AF1D6C'

red 175 ◦ green 29 ◦ blue 108

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

Shades of Jazzberry Jam #AF1D6C

Tints of Jazzberry Jam #AF1D6C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.29%

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

R = 56.09%
G = 9.29%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF1D6C (or 0xAF1D6C) is known color: Jazzberry Jam. HEX triplet: AF, 1D and 6C. RGB value is (175,29,108). Sum of RGB (Red+Green+Blue) = 175+29+108=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1D6C is #50E293. Grayscale: #515151. Windows color (decimal): -5300884 or 7085487. OLE color: 7085487.

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

Color convert

RGB 175 29 108 -
CMYK 0 0.83 0.38 0.31
HSL 327.53º 0.72% 0.4% -
HSV(B) 327.53º 0.83% 0.69% -
XYZ 20.83 11.08 15.23 -
YUV 81.66 142.87 194.58 -
System Red Green Blue C M Y K H S L
Decimal 175 29 108 0 0.83 0.38 0.31 327.53 0.72 0.4
Hex AF 1D 6C 0 53 26 1F 148 48 28
Octal 257 35 154 0 123 46 37 510 110 50
Binary 10101111 11101 1101100 0 1010011 100110 11111 101001000 1001000 101000

Color Harmonies of #AF1D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1D6C

Black with #AF1D6C

Text Example


Text Example

White with #AF1D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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