Html Css Color HEX #AF0767 Jazzberry Jam

📋 copy color: '#AF0767'

red 175 ◦ green 7 ◦ blue 103

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

Shades of Jazzberry Jam #AF0767

Tints of Jazzberry Jam #AF0767

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.46%

 BLUE value IS 103 (40.63% from 255) = 36.14%

R = 61.4%
G = 2.46%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF0767 (or 0xAF0767) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 67. RGB value is (175,7,103). Sum of RGB (Red+Green+Blue) = 175+7+103=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0767 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0767 is #50F898. Grayscale: #434343. Windows color (decimal): -5306521 or 6752175. OLE color: 6752175.

HSL color Cylindrical-coordinate representation of color #AF0767: hue angle of 325.71º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF0767 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 7 103 -
CMYK 0 0.96 0.41 0.31
HSL 325.71º 0.92% 0.36% -
HSV(B) 325.71º 0.96% 0.69% -
XYZ 20.2 10.25 13.74 -
YUV 68.18 147.66 204.19 -
System Red Green Blue C M Y K H S L
Decimal 175 7 103 0 0.96 0.41 0.31 325.71 0.92 0.36
Hex AF 7 67 0 60 29 1F 146 5C 24
Octal 257 7 147 0 140 51 37 506 134 44
Binary 10101111 111 1100111 0 1100000 101001 11111 101000110 1011100 100100

Color Harmonies of #AF0767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0767

Black with #AF0767

Text Example


Text Example

White with #AF0767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0767; }

 p { color: rgb(175,7,103); }

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

background-color css

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

 a { background-color: rgb(175,7,103); }

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

border-color css

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

 span { border-color: rgb(175,7,103); }

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