Html Css Color HEX #AF0153 Jazzberry Jam

📋 copy color: '#AF0153'

red 175 ◦ green 1 ◦ blue 83

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

Shades of Jazzberry Jam #AF0153

Tints of Jazzberry Jam #AF0153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 83 (32.81% from 255) = 32.05%

R = 67.57%
G = 0.39%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF0153 (or 0xAF0153) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 53. RGB value is (175,1,83). Sum of RGB (Red+Green+Blue) = 175+1+83=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0153 is #50FEAC. Grayscale: #3E3E3E. Windows color (decimal): -5308077 or 5439919. OLE color: 5439919.

HSL color Cylindrical-coordinate representation of color #AF0153: hue angle of 331.72º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0153 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 1 83 -
CMYK 0 0.99 0.53 0.31
HSL 331.72º 0.99% 0.35% -
HSV(B) 331.72º 0.99% 0.69% -
XYZ 19.25 9.76 9.05 -
YUV 62.37 139.65 208.33 -
System Red Green Blue C M Y K H S L
Decimal 175 1 83 0 0.99 0.53 0.31 331.72 0.99 0.35
Hex AF 1 53 0 63 35 1F 14C 63 23
Octal 257 1 123 0 143 65 37 514 143 43
Binary 10101111 1 1010011 0 1100011 110101 11111 101001100 1100011 100011

Color Harmonies of #AF0153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0153

Black with #AF0153

Text Example


Text Example

White with #AF0153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0153; }

 p { color: rgb(175,1,83); }

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

background-color css

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

 a { background-color: rgb(175,1,83); }

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

border-color css

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

 span { border-color: rgb(175,1,83); }

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