Html Css Color HEX #AF0670 Jazzberry Jam

📋 copy color: '#AF0670'

red 175 ◦ green 6 ◦ blue 112

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

Shades of Jazzberry Jam #AF0670

Tints of Jazzberry Jam #AF0670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.23%

R = 59.73%
G = 2.05%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF0670 (or 0xAF0670) is known color: Jazzberry Jam. HEX triplet: AF, 06 and 70. RGB value is (175,6,112). Sum of RGB (Red+Green+Blue) = 175+6+112=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0670 is #50F98F. Grayscale: #444444. Windows color (decimal): -5306768 or 7341743. OLE color: 7341743.

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

Color convert

RGB 175 6 112 -
CMYK 0 0.97 0.36 0.31
HSL 322.37º 0.93% 0.35% -
HSV(B) 322.37º 0.97% 0.69% -
XYZ 20.67 10.41 16.25 -
YUV 68.62 152.49 203.88 -
System Red Green Blue C M Y K H S L
Decimal 175 6 112 0 0.97 0.36 0.31 322.37 0.93 0.35
Hex AF 6 70 0 61 24 1F 142 5D 23
Octal 257 6 160 0 141 44 37 502 135 43
Binary 10101111 110 1110000 0 1100001 100100 11111 101000010 1011101 100011

Color Harmonies of #AF0670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0670

Black with #AF0670

Text Example


Text Example

White with #AF0670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0670; }

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

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

background-color css

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

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

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

border-color css

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

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

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