Html Css Color HEX #AF065C Jazzberry Jam

📋 copy color: '#AF065C'

red 175 ◦ green 6 ◦ blue 92

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

Shades of Jazzberry Jam #AF065C

Tints of Jazzberry Jam #AF065C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.7%

R = 64.1%
G = 2.2%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF065C (or 0xAF065C) is known color: Jazzberry Jam. HEX triplet: AF, 06 and 5C. RGB value is (175,6,92). Sum of RGB (Red+Green+Blue) = 175+6+92=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF065C is #50F9A3. Grayscale: #424242. Windows color (decimal): -5306788 or 6031023. OLE color: 6031023.

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

Color convert

RGB 175 6 92 -
CMYK 0 0.97 0.47 0.31
HSL 329.47º 0.93% 0.35% -
HSV(B) 329.47º 0.97% 0.69% -
XYZ 19.68 10.02 11.02 -
YUV 66.34 142.49 205.51 -
System Red Green Blue C M Y K H S L
Decimal 175 6 92 0 0.97 0.47 0.31 329.47 0.93 0.35
Hex AF 6 5C 0 61 2F 1F 149 5D 23
Octal 257 6 134 0 141 57 37 511 135 43
Binary 10101111 110 1011100 0 1100001 101111 11111 101001001 1011101 100011

Color Harmonies of #AF065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF065C

Black with #AF065C

Text Example


Text Example

White with #AF065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF065C; }

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

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

background-color css

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

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

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

border-color css

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

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

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