Html Css Color HEX #AF036D Jazzberry Jam

📋 copy color: '#AF036D'

red 175 ◦ green 3 ◦ blue 109

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

Shades of Jazzberry Jam #AF036D

Tints of Jazzberry Jam #AF036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 60.98%
G = 1.05%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF036D (or 0xAF036D) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 6D. RGB value is (175,3,109). Sum of RGB (Red+Green+Blue) = 175+3+109=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF036D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF036D is #50FC92. Grayscale: #424242. Windows color (decimal): -5307539 or 7144367. OLE color: 7144367.

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

Color convert

RGB 175 3 109 -
CMYK 0 0.98 0.38 0.31
HSL 323.02º 0.97% 0.35% -
HSV(B) 323.02º 0.98% 0.69% -
XYZ 20.47 10.28 15.37 -
YUV 66.51 151.98 205.38 -
System Red Green Blue C M Y K H S L
Decimal 175 3 109 0 0.98 0.38 0.31 323.02 0.97 0.35
Hex AF 3 6D 0 62 26 1F 143 61 23
Octal 257 3 155 0 142 46 37 503 141 43
Binary 10101111 11 1101101 0 1100010 100110 11111 101000011 1100001 100011

Color Harmonies of #AF036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF036D

Black with #AF036D

Text Example


Text Example

White with #AF036D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF036D; }

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

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

background-color css

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

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

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

border-color css

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

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

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