Html Css Color HEX #AF1B54 Jazzberry Jam

📋 copy color: '#AF1B54'

red 175 ◦ green 27 ◦ blue 84

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

Shades of Jazzberry Jam #AF1B54

Tints of Jazzberry Jam #AF1B54

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.44%

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

R = 61.19%
G = 9.44%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF1B54 (or 0xAF1B54) is known color: Jazzberry Jam. HEX triplet: AF, 1B and 54. RGB value is (175,27,84). Sum of RGB (Red+Green+Blue) = 175+27+84=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1B54 is #50E4AB. Grayscale: #4D4D4D. Windows color (decimal): -5301420 or 5512111. OLE color: 5512111.

HSL color Cylindrical-coordinate representation of color #AF1B54: hue angle of 336.89º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1B54 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 27 84 -
CMYK 0 0.85 0.52 0.31
HSL 336.89º 0.73% 0.4% -
HSV(B) 336.89º 0.85% 0.69% -
XYZ 19.67 10.54 9.38 -
YUV 77.75 131.53 197.37 -
System Red Green Blue C M Y K H S L
Decimal 175 27 84 0 0.85 0.52 0.31 336.89 0.73 0.4
Hex AF 1B 54 0 55 34 1F 151 49 28
Octal 257 33 124 0 125 64 37 521 111 50
Binary 10101111 11011 1010100 0 1010101 110100 11111 101010001 1001001 101000

Color Harmonies of #AF1B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1B54

Black with #AF1B54

Text Example


Text Example

White with #AF1B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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