Html Css Color HEX #AF014B Jazzberry Jam

📋 copy color: '#AF014B'

red 175 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #AF014B

Tints of Jazzberry Jam #AF014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.88%

R = 69.72%
G = 0.4%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF014B (or 0xAF014B) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 4B. RGB value is (175,1,75). Sum of RGB (Red+Green+Blue) = 175+1+75=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF014B is #50FEB4. Grayscale: #3D3D3D. Windows color (decimal): -5308085 or 4915631. OLE color: 4915631.

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

Color convert

RGB 175 1 75 -
CMYK 0 0.99 0.57 0.31
HSL 334.48º 0.99% 0.35% -
HSV(B) 334.48º 0.99% 0.69% -
XYZ 18.96 9.64 7.52 -
YUV 61.46 135.65 208.98 -
System Red Green Blue C M Y K H S L
Decimal 175 1 75 0 0.99 0.57 0.31 334.48 0.99 0.35
Hex AF 1 4B 0 63 39 1F 14E 63 23
Octal 257 1 113 0 143 71 37 516 143 43
Binary 10101111 1 1001011 0 1100011 111001 11111 101001110 1100011 100011

Color Harmonies of #AF014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF014B

Black with #AF014B

Text Example


Text Example

White with #AF014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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