Html Css Color HEX #AF1A6F Jazzberry Jam

📋 copy color: '#AF1A6F'

red 175 ◦ green 26 ◦ blue 111

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

Shades of Jazzberry Jam #AF1A6F

Tints of Jazzberry Jam #AF1A6F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.33%

 BLUE value IS 111 (43.75% from 255) = 35.58%

R = 56.09%
G = 8.33%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF1A6F (or 0xAF1A6F) is known color: Jazzberry Jam. HEX triplet: AF, 1A and 6F. RGB value is (175,26,111). Sum of RGB (Red+Green+Blue) = 175+26+111=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1A6F is #50E590. Grayscale: #505050. Windows color (decimal): -5301649 or 7281327. OLE color: 7281327.

HSL color Cylindrical-coordinate representation of color #AF1A6F: hue angle of 325.77º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1A6F is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 26 111 -
CMYK 0 0.85 0.37 0.31
HSL 325.77º 0.74% 0.39% -
HSV(B) 325.77º 0.85% 0.69% -
XYZ 20.92 11 16.06 -
YUV 80.24 145.36 195.59 -
System Red Green Blue C M Y K H S L
Decimal 175 26 111 0 0.85 0.37 0.31 325.77 0.74 0.39
Hex AF 1A 6F 0 55 25 1F 146 4A 27
Octal 257 32 157 0 125 45 37 506 112 47
Binary 10101111 11010 1101111 0 1010101 100101 11111 101000110 1001010 100111

Color Harmonies of #AF1A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A6F

Black with #AF1A6F

Text Example


Text Example

White with #AF1A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A6F; }

 p { color: rgb(175,26,111); }

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

background-color css

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

 a { background-color: rgb(175,26,111); }

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

border-color css

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

 span { border-color: rgb(175,26,111); }

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