Html Css Color HEX #AF1868 Jazzberry Jam

📋 copy color: '#AF1868'

red 175 ◦ green 24 ◦ blue 104

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

Shades of Jazzberry Jam #AF1868

Tints of Jazzberry Jam #AF1868

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.92%

 BLUE value IS 104 (41.02% from 255) = 34.32%

R = 57.76%
G = 7.92%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF1868 (or 0xAF1868) is known color: Jazzberry Jam. HEX triplet: AF, 18 and 68. RGB value is (175,24,104). Sum of RGB (Red+Green+Blue) = 175+24+104=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1868 is #50E797. Grayscale: #4E4E4E. Windows color (decimal): -5302168 or 6822063. OLE color: 6822063.

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

Color convert

RGB 175 24 104 -
CMYK 0 0.86 0.41 0.31
HSL 328.21º 0.76% 0.39% -
HSV(B) 328.21º 0.86% 0.69% -
XYZ 20.5 10.77 14.09 -
YUV 78.27 142.53 197 -
System Red Green Blue C M Y K H S L
Decimal 175 24 104 0 0.86 0.41 0.31 328.21 0.76 0.39
Hex AF 18 68 0 56 29 1F 148 4C 27
Octal 257 30 150 0 126 51 37 510 114 47
Binary 10101111 11000 1101000 0 1010110 101001 11111 101001000 1001100 100111

Color Harmonies of #AF1868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1868

Black with #AF1868

Text Example


Text Example

White with #AF1868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1868; }

 p { color: rgb(175,24,104); }

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

background-color css

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

 a { background-color: rgb(175,24,104); }

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

border-color css

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

 span { border-color: rgb(175,24,104); }

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