Html Css Color HEX #AF024B Jazzberry Jam

📋 copy color: '#AF024B'

red 175 ◦ green 2 ◦ blue 75

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

Shades of Jazzberry Jam #AF024B

Tints of Jazzberry Jam #AF024B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 69.44%
G = 0.79%
B = 29.76%

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

#AF024B (or 0xAF024B) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 4B. RGB value is (175,2,75). Sum of RGB (Red+Green+Blue) = 175+2+75=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF024B is #50FDB4. Grayscale: #3D3D3D. Windows color (decimal): -5307829 or 4915887. OLE color: 4915887.

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

Color convert

RGB 175 2 75 -
CMYK 0 0.99 0.57 0.31
HSL 334.68º 0.98% 0.35% -
HSV(B) 334.68º 0.99% 0.69% -
XYZ 18.97 9.67 7.52 -
YUV 62.05 135.31 208.56 -
System Red Green Blue C M Y K H S L
Decimal 175 2 75 0 0.99 0.57 0.31 334.68 0.98 0.35
Hex AF 2 4B 0 63 39 1F 14F 62 23
Octal 257 2 113 0 143 71 37 517 142 43
Binary 10101111 10 1001011 0 1100011 111001 11111 101001111 1100010 100011

Color Harmonies of #AF024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF024B

Black with #AF024B

Text Example


Text Example

White with #AF024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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