Html Css Color HEX #AF035E Jazzberry Jam

📋 copy color: '#AF035E'

red 175 ◦ green 3 ◦ blue 94

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

Shades of Jazzberry Jam #AF035E

Tints of Jazzberry Jam #AF035E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.56%

R = 64.34%
G = 1.1%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF035E (or 0xAF035E) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 5E. RGB value is (175,3,94). Sum of RGB (Red+Green+Blue) = 175+3+94=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF035E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF035E is #50FCA1. Grayscale: #404040. Windows color (decimal): -5307554 or 6161327. OLE color: 6161327.

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

Color convert

RGB 175 3 94 -
CMYK 0 0.98 0.46 0.31
HSL 328.26º 0.97% 0.35% -
HSV(B) 328.26º 0.98% 0.69% -
XYZ 19.73 9.99 11.48 -
YUV 64.8 144.48 206.6 -
System Red Green Blue C M Y K H S L
Decimal 175 3 94 0 0.98 0.46 0.31 328.26 0.97 0.35
Hex AF 3 5E 0 62 2E 1F 148 61 23
Octal 257 3 136 0 142 56 37 510 141 43
Binary 10101111 11 1011110 0 1100010 101110 11111 101001000 1100001 100011

Color Harmonies of #AF035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF035E

Black with #AF035E

Text Example


Text Example

White with #AF035E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF035E; }

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

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

background-color css

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

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

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

border-color css

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

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

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