Html Css Color HEX #AF1E6C Jazzberry Jam

📋 copy color: '#AF1E6C'

red 175 ◦ green 30 ◦ blue 108

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

Shades of Jazzberry Jam #AF1E6C

Tints of Jazzberry Jam #AF1E6C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.58%

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

R = 55.91%
G = 9.58%
B = 34.5%

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

#AF1E6C (or 0xAF1E6C) is known color: Jazzberry Jam. HEX triplet: AF, 1E and 6C. RGB value is (175,30,108). Sum of RGB (Red+Green+Blue) = 175+30+108=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1E6C is #50E193. Grayscale: #525252. Windows color (decimal): -5300628 or 7085743. OLE color: 7085743.

HSL color Cylindrical-coordinate representation of color #AF1E6C: hue angle of 327.72º degrees, saturation: 0.71, 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 #AF1E6C is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 30 108 -
CMYK 0 0.83 0.38 0.31
HSL 327.72º 0.71% 0.4% -
HSV(B) 327.72º 0.83% 0.69% -
XYZ 20.85 11.13 15.24 -
YUV 82.25 142.54 194.16 -
System Red Green Blue C M Y K H S L
Decimal 175 30 108 0 0.83 0.38 0.31 327.72 0.71 0.4
Hex AF 1E 6C 0 53 26 1F 148 47 28
Octal 257 36 154 0 123 46 37 510 107 50
Binary 10101111 11110 1101100 0 1010011 100110 11111 101001000 1000111 101000

Color Harmonies of #AF1E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1E6C

Black with #AF1E6C

Text Example


Text Example

White with #AF1E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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