Html Css Color HEX #AF0568 Jazzberry Jam

📋 copy color: '#AF0568'

red 175 ◦ green 5 ◦ blue 104

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

Shades of Jazzberry Jam #AF0568

Tints of Jazzberry Jam #AF0568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.62%

R = 61.62%
G = 1.76%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF0568 (or 0xAF0568) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 68. RGB value is (175,5,104). Sum of RGB (Red+Green+Blue) = 175+5+104=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0568 is #50FA97. Grayscale: #424242. Windows color (decimal): -5307032 or 6817199. OLE color: 6817199.

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

Color convert

RGB 175 5 104 -
CMYK 0 0.97 0.41 0.31
HSL 325.06º 0.94% 0.35% -
HSV(B) 325.06º 0.97% 0.69% -
XYZ 20.23 10.22 14 -
YUV 67.12 148.82 204.95 -
System Red Green Blue C M Y K H S L
Decimal 175 5 104 0 0.97 0.41 0.31 325.06 0.94 0.35
Hex AF 5 68 0 61 29 1F 145 5E 23
Octal 257 5 150 0 141 51 37 505 136 43
Binary 10101111 101 1101000 0 1100001 101001 11111 101000101 1011110 100011

Color Harmonies of #AF0568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0568

Black with #AF0568

Text Example


Text Example

White with #AF0568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0568; }

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

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

background-color css

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

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

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

border-color css

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

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

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