Html Css Color HEX #AF035D Jazzberry Jam

📋 copy color: '#AF035D'

red 175 ◦ green 3 ◦ blue 93

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

Shades of Jazzberry Jam #AF035D

Tints of Jazzberry Jam #AF035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 64.58%
G = 1.11%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF035D (or 0xAF035D) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 5D. RGB value is (175,3,93). Sum of RGB (Red+Green+Blue) = 175+3+93=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF035D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF035D is #50FCA2. Grayscale: #404040. Windows color (decimal): -5307555 or 6095791. OLE color: 6095791.

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

Color convert

RGB 175 3 93 -
CMYK 0 0.98 0.47 0.31
HSL 328.6º 0.97% 0.35% -
HSV(B) 328.6º 0.98% 0.69% -
XYZ 19.69 9.97 11.24 -
YUV 64.69 143.98 206.68 -
System Red Green Blue C M Y K H S L
Decimal 175 3 93 0 0.98 0.47 0.31 328.6 0.97 0.35
Hex AF 3 5D 0 62 2F 1F 149 61 23
Octal 257 3 135 0 142 57 37 511 141 43
Binary 10101111 11 1011101 0 1100010 101111 11111 101001001 1100001 100011

Color Harmonies of #AF035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF035D

Black with #AF035D

Text Example


Text Example

White with #AF035D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF035D; }

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

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

background-color css

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

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

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

border-color css

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

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

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