Html Css Color HEX #AF1075 Jazzberry Jam

📋 copy color: '#AF1075'

red 175 ◦ green 16 ◦ blue 117

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

Shades of Jazzberry Jam #AF1075

Tints of Jazzberry Jam #AF1075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.19%

 BLUE value IS 117 (46.09% from 255) = 37.99%

R = 56.82%
G = 5.19%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF1075 (or 0xAF1075) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 75. RGB value is (175,16,117). Sum of RGB (Red+Green+Blue) = 175+16+117=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1075 is #50EF8A. Grayscale: #4A4A4A. Windows color (decimal): -5304203 or 7671983. OLE color: 7671983.

HSL color Cylindrical-coordinate representation of color #AF1075: hue angle of 321.89º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1075 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 117 -
CMYK 0 0.91 0.33 0.31
HSL 321.89º 0.83% 0.37% -
HSV(B) 321.89º 0.91% 0.69% -
XYZ 21.08 10.77 17.8 -
YUV 75.06 151.68 199.29 -
System Red Green Blue C M Y K H S L
Decimal 175 16 117 0 0.91 0.33 0.31 321.89 0.83 0.37
Hex AF 10 75 0 5B 21 1F 142 53 25
Octal 257 20 165 0 133 41 37 502 123 45
Binary 10101111 10000 1110101 0 1011011 100001 11111 101000010 1010011 100101

Color Harmonies of #AF1075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1075

Black with #AF1075

Text Example


Text Example

White with #AF1075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1075; }

 p { color: rgb(175,16,117); }

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

background-color css

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

 a { background-color: rgb(175,16,117); }

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

border-color css

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

 span { border-color: rgb(175,16,117); }

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