Html Css Color HEX #AF1054 Jazzberry Jam

📋 copy color: '#AF1054'

red 175 ◦ green 16 ◦ blue 84

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

Shades of Jazzberry Jam #AF1054

Tints of Jazzberry Jam #AF1054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.55%

R = 63.64%
G = 5.82%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF1054 (or 0xAF1054) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 54. RGB value is (175,16,84). Sum of RGB (Red+Green+Blue) = 175+16+84=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1054 is #50EFAB. Grayscale: #474747. Windows color (decimal): -5304236 or 5509295. OLE color: 5509295.

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

Color convert

RGB 175 16 84 -
CMYK 0 0.91 0.52 0.31
HSL 334.34º 0.83% 0.37% -
HSV(B) 334.34º 0.91% 0.69% -
XYZ 19.46 10.12 9.32 -
YUV 71.29 135.18 201.97 -
System Red Green Blue C M Y K H S L
Decimal 175 16 84 0 0.91 0.52 0.31 334.34 0.83 0.37
Hex AF 10 54 0 5B 34 1F 14E 53 25
Octal 257 20 124 0 133 64 37 516 123 45
Binary 10101111 10000 1010100 0 1011011 110100 11111 101001110 1010011 100101

Color Harmonies of #AF1054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1054

Black with #AF1054

Text Example


Text Example

White with #AF1054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1054; }

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

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

background-color css

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

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

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

border-color css

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

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

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