Html Css Color HEX #AF065F Jazzberry Jam

📋 copy color: '#AF065F'

red 175 ◦ green 6 ◦ blue 95

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

Shades of Jazzberry Jam #AF065F

Tints of Jazzberry Jam #AF065F

RGB

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

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

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

R = 63.41%
G = 2.17%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF065F (or 0xAF065F) is known color: Jazzberry Jam. HEX triplet: AF, 06 and 5F. RGB value is (175,6,95). Sum of RGB (Red+Green+Blue) = 175+6+95=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF065F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF065F is #50F9A0. Grayscale: #424242. Windows color (decimal): -5306785 or 6227631. OLE color: 6227631.

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

Color convert

RGB 175 6 95 -
CMYK 0 0.97 0.46 0.31
HSL 328.4º 0.93% 0.35% -
HSV(B) 328.4º 0.97% 0.69% -
XYZ 19.81 10.07 11.73 -
YUV 66.68 143.99 205.26 -
System Red Green Blue C M Y K H S L
Decimal 175 6 95 0 0.97 0.46 0.31 328.4 0.93 0.35
Hex AF 6 5F 0 61 2E 1F 148 5D 23
Octal 257 6 137 0 141 56 37 510 135 43
Binary 10101111 110 1011111 0 1100001 101110 11111 101001000 1011101 100011

Color Harmonies of #AF065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF065F

Black with #AF065F

Text Example


Text Example

White with #AF065F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF065F; }

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

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

background-color css

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

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

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

border-color css

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

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

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