Html Css Color HEX #AF1A6E Jazzberry Jam

📋 copy color: '#AF1A6E'

red 175 ◦ green 26 ◦ blue 110

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

Shades of Jazzberry Jam #AF1A6E

Tints of Jazzberry Jam #AF1A6E

RGB

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

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

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

R = 56.27%
G = 8.36%
B = 35.37%

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

#AF1A6E (or 0xAF1A6E) is known color: Jazzberry Jam. HEX triplet: AF, 1A and 6E. RGB value is (175,26,110). Sum of RGB (Red+Green+Blue) = 175+26+110=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1A6E is #50E591. Grayscale: #4F4F4F. Windows color (decimal): -5301650 or 7215791. OLE color: 7215791.

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

Color convert

RGB 175 26 110 -
CMYK 0 0.85 0.37 0.31
HSL 326.17º 0.74% 0.39% -
HSV(B) 326.17º 0.85% 0.69% -
XYZ 20.86 10.98 15.77 -
YUV 80.13 144.86 195.67 -
System Red Green Blue C M Y K H S L
Decimal 175 26 110 0 0.85 0.37 0.31 326.17 0.74 0.39
Hex AF 1A 6E 0 55 25 1F 146 4A 27
Octal 257 32 156 0 125 45 37 506 112 47
Binary 10101111 11010 1101110 0 1010101 100101 11111 101000110 1001010 100111

Color Harmonies of #AF1A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A6E

Black with #AF1A6E

Text Example


Text Example

White with #AF1A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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