Html Css Color HEX #AF0565 Jazzberry Jam

📋 copy color: '#AF0565'

red 175 ◦ green 5 ◦ blue 101

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

Shades of Jazzberry Jam #AF0565

Tints of Jazzberry Jam #AF0565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.78%

 BLUE value IS 101 (39.84% from 255) = 35.94%

R = 62.28%
G = 1.78%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF0565 (or 0xAF0565) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 65. RGB value is (175,5,101). Sum of RGB (Red+Green+Blue) = 175+5+101=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0565 is #50FA9A. Grayscale: #424242. Windows color (decimal): -5307035 or 6620591. OLE color: 6620591.

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

Color convert

RGB 175 5 101 -
CMYK 0 0.97 0.42 0.31
HSL 326.12º 0.94% 0.35% -
HSV(B) 326.12º 0.97% 0.69% -
XYZ 20.08 10.16 13.21 -
YUV 66.77 147.32 205.19 -
System Red Green Blue C M Y K H S L
Decimal 175 5 101 0 0.97 0.42 0.31 326.12 0.94 0.35
Hex AF 5 65 0 61 2A 1F 146 5E 23
Octal 257 5 145 0 141 52 37 506 136 43
Binary 10101111 101 1100101 0 1100001 101010 11111 101000110 1011110 100011

Color Harmonies of #AF0565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0565

Black with #AF0565

Text Example


Text Example

White with #AF0565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0565; }

 p { color: rgb(175,5,101); }

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

background-color css

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

 a { background-color: rgb(175,5,101); }

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

border-color css

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

 span { border-color: rgb(175,5,101); }

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