Html Css Color HEX #AF015C Jazzberry Jam

📋 copy color: '#AF015C'

red 175 ◦ green 1 ◦ blue 92

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

Shades of Jazzberry Jam #AF015C

Tints of Jazzberry Jam #AF015C

RGB

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

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

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

R = 65.3%
G = 0.37%
B = 34.33%

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

#AF015C (or 0xAF015C) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 5C. RGB value is (175,1,92). Sum of RGB (Red+Green+Blue) = 175+1+92=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF015C is #50FEA3. Grayscale: #3F3F3F. Windows color (decimal): -5308068 or 6029743. OLE color: 6029743.

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

Color convert

RGB 175 1 92 -
CMYK 0 0.99 0.47 0.31
HSL 328.62º 0.99% 0.35% -
HSV(B) 328.62º 0.99% 0.69% -
XYZ 19.62 9.91 11 -
YUV 63.4 144.15 207.6 -
System Red Green Blue C M Y K H S L
Decimal 175 1 92 0 0.99 0.47 0.31 328.62 0.99 0.35
Hex AF 1 5C 0 63 2F 1F 149 63 23
Octal 257 1 134 0 143 57 37 511 143 43
Binary 10101111 1 1011100 0 1100011 101111 11111 101001001 1100011 100011

Color Harmonies of #AF015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF015C

Black with #AF015C

Text Example


Text Example

White with #AF015C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF015C; }

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

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

background-color css

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

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

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

border-color css

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

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

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