Html Css Color HEX #AF065B Jazzberry Jam

📋 copy color: '#AF065B'

red 175 ◦ green 6 ◦ blue 91

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

Shades of Jazzberry Jam #AF065B

Tints of Jazzberry Jam #AF065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

 BLUE value IS 91 (35.94% from 255) = 33.46%

R = 64.34%
G = 2.21%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF065B (or 0xAF065B) is known color: Jazzberry Jam. HEX triplet: AF, 06 and 5B. RGB value is (175,6,91). Sum of RGB (Red+Green+Blue) = 175+6+91=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF065B is #50F9A4. Grayscale: #424242. Windows color (decimal): -5306789 or 5965487. OLE color: 5965487.

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

Color convert

RGB 175 6 91 -
CMYK 0 0.97 0.48 0.31
HSL 329.82º 0.93% 0.35% -
HSV(B) 329.82º 0.97% 0.69% -
XYZ 19.63 10 10.79 -
YUV 66.22 141.99 205.59 -
System Red Green Blue C M Y K H S L
Decimal 175 6 91 0 0.97 0.48 0.31 329.82 0.93 0.35
Hex AF 6 5B 0 61 30 1F 14A 5D 23
Octal 257 6 133 0 141 60 37 512 135 43
Binary 10101111 110 1011011 0 1100001 110000 11111 101001010 1011101 100011

Color Harmonies of #AF065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF065B

Black with #AF065B

Text Example


Text Example

White with #AF065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF065B; }

 p { color: rgb(175,6,91); }

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

background-color css

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

 a { background-color: rgb(175,6,91); }

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

border-color css

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

 span { border-color: rgb(175,6,91); }

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