Html Css Color HEX #AF1A6B Jazzberry Jam

📋 copy color: '#AF1A6B'

red 175 ◦ green 26 ◦ blue 107

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

Shades of Jazzberry Jam #AF1A6B

Tints of Jazzberry Jam #AF1A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.74%

R = 56.82%
G = 8.44%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF1A6B (or 0xAF1A6B) is known color: Jazzberry Jam. HEX triplet: AF, 1A and 6B. RGB value is (175,26,107). Sum of RGB (Red+Green+Blue) = 175+26+107=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1A6B is #50E594. Grayscale: #4F4F4F. Windows color (decimal): -5301653 or 7019183. OLE color: 7019183.

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

Color convert

RGB 175 26 107 -
CMYK 0 0.85 0.39 0.31
HSL 327.38º 0.74% 0.39% -
HSV(B) 327.38º 0.85% 0.69% -
XYZ 20.7 10.91 14.93 -
YUV 79.79 143.36 195.91 -
System Red Green Blue C M Y K H S L
Decimal 175 26 107 0 0.85 0.39 0.31 327.38 0.74 0.39
Hex AF 1A 6B 0 55 27 1F 147 4A 27
Octal 257 32 153 0 125 47 37 507 112 47
Binary 10101111 11010 1101011 0 1010101 100111 11111 101000111 1001010 100111

Color Harmonies of #AF1A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A6B

Black with #AF1A6B

Text Example


Text Example

White with #AF1A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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