Html Css Color HEX #AF0150 Jazzberry Jam

📋 copy color: '#AF0150'

red 175 ◦ green 1 ◦ blue 80

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

Shades of Jazzberry Jam #AF0150

Tints of Jazzberry Jam #AF0150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.25%

R = 68.36%
G = 0.39%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF0150 (or 0xAF0150) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 50. RGB value is (175,1,80). Sum of RGB (Red+Green+Blue) = 175+1+80=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0150 is #50FEAF. Grayscale: #3D3D3D. Windows color (decimal): -5308080 or 5243311. OLE color: 5243311.

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

Color convert

RGB 175 1 80 -
CMYK 0 0.99 0.54 0.31
HSL 332.76º 0.99% 0.35% -
HSV(B) 332.76º 0.99% 0.69% -
XYZ 19.14 9.71 8.46 -
YUV 62.03 138.15 208.58 -
System Red Green Blue C M Y K H S L
Decimal 175 1 80 0 0.99 0.54 0.31 332.76 0.99 0.35
Hex AF 1 50 0 63 36 1F 14D 63 23
Octal 257 1 120 0 143 66 37 515 143 43
Binary 10101111 1 1010000 0 1100011 110110 11111 101001101 1100011 100011

Color Harmonies of #AF0150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0150

Black with #AF0150

Text Example


Text Example

White with #AF0150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0150; }

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

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

background-color css

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

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

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

border-color css

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

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

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