Html Css Color HEX #AF1266 Jazzberry Jam

📋 copy color: '#AF1266'

red 175 ◦ green 18 ◦ blue 102

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

Shades of Jazzberry Jam #AF1266

Tints of Jazzberry Jam #AF1266

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.1%

 BLUE value IS 102 (40.23% from 255) = 34.58%

R = 59.32%
G = 6.1%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF1266 (or 0xAF1266) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 66. RGB value is (175,18,102). Sum of RGB (Red+Green+Blue) = 175+18+102=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1266 is #50ED99. Grayscale: #4A4A4A. Windows color (decimal): -5303706 or 6689455. OLE color: 6689455.

HSL color Cylindrical-coordinate representation of color #AF1266: hue angle of 327.9º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1266 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 18 102 -
CMYK 0 0.90 0.42 0.31
HSL 327.9º 0.81% 0.38% -
HSV(B) 327.9º 0.9% 0.69% -
XYZ 20.29 10.51 13.53 -
YUV 74.52 143.51 199.67 -
System Red Green Blue C M Y K H S L
Decimal 175 18 102 0 0.90 0.42 0.31 327.9 0.81 0.38
Hex AF 12 66 0 5A 2A 1F 148 51 26
Octal 257 22 146 0 132 52 37 510 121 46
Binary 10101111 10010 1100110 0 1011010 101010 11111 101001000 1010001 100110

Color Harmonies of #AF1266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1266

Black with #AF1266

Text Example


Text Example

White with #AF1266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1266; }

 p { color: rgb(175,18,102); }

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

background-color css

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

 a { background-color: rgb(175,18,102); }

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

border-color css

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

 span { border-color: rgb(175,18,102); }

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