Html Css Color HEX #AF1B6E Jazzberry Jam

📋 copy color: '#AF1B6E'

red 175 ◦ green 27 ◦ blue 110

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

Shades of Jazzberry Jam #AF1B6E

Tints of Jazzberry Jam #AF1B6E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.65%

 BLUE value IS 110 (43.36% from 255) = 35.26%

R = 56.09%
G = 8.65%
B = 35.26%

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

#AF1B6E (or 0xAF1B6E) is known color: Jazzberry Jam. HEX triplet: AF, 1B and 6E. RGB value is (175,27,110). Sum of RGB (Red+Green+Blue) = 175+27+110=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1B6E is #50E491. Grayscale: #505050. Windows color (decimal): -5301394 or 7216047. OLE color: 7216047.

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

Color convert

RGB 175 27 110 -
CMYK 0 0.85 0.37 0.31
HSL 326.35º 0.73% 0.4% -
HSV(B) 326.35º 0.85% 0.69% -
XYZ 20.89 11.02 15.78 -
YUV 80.71 144.53 195.25 -
System Red Green Blue C M Y K H S L
Decimal 175 27 110 0 0.85 0.37 0.31 326.35 0.73 0.4
Hex AF 1B 6E 0 55 25 1F 146 49 28
Octal 257 33 156 0 125 45 37 506 111 50
Binary 10101111 11011 1101110 0 1010101 100101 11111 101000110 1001001 101000

Color Harmonies of #AF1B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1B6E

Black with #AF1B6E

Text Example


Text Example

White with #AF1B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1B6E; }

 p { color: rgb(175,27,110); }

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

background-color css

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

 a { background-color: rgb(175,27,110); }

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

border-color css

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

 span { border-color: rgb(175,27,110); }

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