Html Css Color HEX #AF025D Jazzberry Jam

📋 copy color: '#AF025D'

red 175 ◦ green 2 ◦ blue 93

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

Shades of Jazzberry Jam #AF025D

Tints of Jazzberry Jam #AF025D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.44%

R = 64.81%
G = 0.74%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF025D (or 0xAF025D) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 5D. RGB value is (175,2,93). Sum of RGB (Red+Green+Blue) = 175+2+93=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF025D is #50FDA2. Grayscale: #3F3F3F. Windows color (decimal): -5307811 or 6095535. OLE color: 6095535.

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

Color convert

RGB 175 2 93 -
CMYK 0 0.99 0.47 0.31
HSL 328.44º 0.98% 0.35% -
HSV(B) 328.44º 0.99% 0.69% -
XYZ 19.68 9.95 11.24 -
YUV 64.1 144.31 207.1 -
System Red Green Blue C M Y K H S L
Decimal 175 2 93 0 0.99 0.47 0.31 328.44 0.98 0.35
Hex AF 2 5D 0 63 2F 1F 148 62 23
Octal 257 2 135 0 143 57 37 510 142 43
Binary 10101111 10 1011101 0 1100011 101111 11111 101001000 1100010 100011

Color Harmonies of #AF025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF025D

Black with #AF025D

Text Example


Text Example

White with #AF025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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