Html Css Color HEX #AF1367 Jazzberry Jam

📋 copy color: '#AF1367'

red 175 ◦ green 19 ◦ blue 103

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

Shades of Jazzberry Jam #AF1367

Tints of Jazzberry Jam #AF1367

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.4%

 BLUE value IS 103 (40.63% from 255) = 34.68%

R = 58.92%
G = 6.4%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF1367 (or 0xAF1367) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 67. RGB value is (175,19,103). Sum of RGB (Red+Green+Blue) = 175+19+103=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1367 is #50EC98. Grayscale: #4B4B4B. Windows color (decimal): -5303449 or 6755247. OLE color: 6755247.

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

Color convert

RGB 175 19 103 -
CMYK 0 0.89 0.41 0.31
HSL 327.69º 0.8% 0.38% -
HSV(B) 327.69º 0.89% 0.69% -
XYZ 20.36 10.56 13.8 -
YUV 75.22 143.68 199.17 -
System Red Green Blue C M Y K H S L
Decimal 175 19 103 0 0.89 0.41 0.31 327.69 0.8 0.38
Hex AF 13 67 0 59 29 1F 148 50 26
Octal 257 23 147 0 131 51 37 510 120 46
Binary 10101111 10011 1100111 0 1011001 101001 11111 101001000 1010000 100110

Color Harmonies of #AF1367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1367

Black with #AF1367

Text Example


Text Example

White with #AF1367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1367; }

 p { color: rgb(175,19,103); }

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

background-color css

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

 a { background-color: rgb(175,19,103); }

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

border-color css

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

 span { border-color: rgb(175,19,103); }

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