Html Css Color HEX #AF015F Jazzberry Jam

📋 copy color: '#AF015F'

red 175 ◦ green 1 ◦ blue 95

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

Shades of Jazzberry Jam #AF015F

Tints of Jazzberry Jam #AF015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.06%

R = 64.58%
G = 0.37%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF015F (or 0xAF015F) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 5F. RGB value is (175,1,95). Sum of RGB (Red+Green+Blue) = 175+1+95=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF015F is #50FEA0. Grayscale: #3F3F3F. Windows color (decimal): -5308065 or 6226351. OLE color: 6226351.

HSL color Cylindrical-coordinate representation of color #AF015F: hue angle of 327.59º 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 #AF015F is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 1 95 -
CMYK 0 0.99 0.46 0.31
HSL 327.59º 0.99% 0.35% -
HSV(B) 327.59º 0.99% 0.69% -
XYZ 19.76 9.96 11.71 -
YUV 63.74 145.65 207.36 -
System Red Green Blue C M Y K H S L
Decimal 175 1 95 0 0.99 0.46 0.31 327.59 0.99 0.35
Hex AF 1 5F 0 63 2E 1F 148 63 23
Octal 257 1 137 0 143 56 37 510 143 43
Binary 10101111 1 1011111 0 1100011 101110 11111 101001000 1100011 100011

Color Harmonies of #AF015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF015F

Black with #AF015F

Text Example


Text Example

White with #AF015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF015F; }

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

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

background-color css

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

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

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

border-color css

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

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

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