Html Css Color HEX #AF025C Jazzberry Jam

📋 copy color: '#AF025C'

red 175 ◦ green 2 ◦ blue 92

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

Shades of Jazzberry Jam #AF025C

Tints of Jazzberry Jam #AF025C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.2%

R = 65.06%
G = 0.74%
B = 34.2%

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

#AF025C (or 0xAF025C) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 5C. RGB value is (175,2,92). Sum of RGB (Red+Green+Blue) = 175+2+92=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF025C is #50FDA3. Grayscale: #3F3F3F. Windows color (decimal): -5307812 or 6029999. OLE color: 6029999.

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

Color convert

RGB 175 2 92 -
CMYK 0 0.99 0.47 0.31
HSL 328.79º 0.98% 0.35% -
HSV(B) 328.79º 0.99% 0.69% -
XYZ 19.63 9.93 11.01 -
YUV 63.99 143.81 207.18 -
System Red Green Blue C M Y K H S L
Decimal 175 2 92 0 0.99 0.47 0.31 328.79 0.98 0.35
Hex AF 2 5C 0 63 2F 1F 149 62 23
Octal 257 2 134 0 143 57 37 511 142 43
Binary 10101111 10 1011100 0 1100011 101111 11111 101001001 1100010 100011

Color Harmonies of #AF025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF025C

Black with #AF025C

Text Example


Text Example

White with #AF025C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF025C; }

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

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

background-color css

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

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

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

border-color css

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

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

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