Html Css Color HEX #AF015D Jazzberry Jam

📋 copy color: '#AF015D'

red 175 ◦ green 1 ◦ blue 93

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

Shades of Jazzberry Jam #AF015D

Tints of Jazzberry Jam #AF015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 93 (36.72% from 255) = 34.57%

R = 65.06%
G = 0.37%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF015D (or 0xAF015D) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 5D. RGB value is (175,1,93). Sum of RGB (Red+Green+Blue) = 175+1+93=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF015D is #50FEA2. Grayscale: #3F3F3F. Windows color (decimal): -5308067 or 6095279. OLE color: 6095279.

HSL color Cylindrical-coordinate representation of color #AF015D: hue angle of 328.28º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF015D is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 1 93 -
CMYK 0 0.99 0.47 0.31
HSL 328.28º 0.99% 0.35% -
HSV(B) 328.28º 0.99% 0.69% -
XYZ 19.67 9.93 11.24 -
YUV 63.51 144.65 207.52 -
System Red Green Blue C M Y K H S L
Decimal 175 1 93 0 0.99 0.47 0.31 328.28 0.99 0.35
Hex AF 1 5D 0 63 2F 1F 148 63 23
Octal 257 1 135 0 143 57 37 510 143 43
Binary 10101111 1 1011101 0 1100011 101111 11111 101001000 1100011 100011

Color Harmonies of #AF015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF015D

Black with #AF015D

Text Example


Text Example

White with #AF015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF015D; }

 p { color: rgb(175,1,93); }

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

background-color css

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

 a { background-color: rgb(175,1,93); }

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

border-color css

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

 span { border-color: rgb(175,1,93); }

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