Html Css Color HEX #AF246A Jazzberry Jam

📋 copy color: '#AF246A'

red 175 ◦ green 36 ◦ blue 106

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

Shades of Jazzberry Jam #AF246A

Tints of Jazzberry Jam #AF246A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.36%

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 55.21%
G = 11.36%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF246A (or 0xAF246A) is known color: Jazzberry Jam. HEX triplet: AF, 24 and 6A. RGB value is (175,36,106). Sum of RGB (Red+Green+Blue) = 175+36+106=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF246A is #50DB95. Grayscale: #555555. Windows color (decimal): -5299094 or 6956207. OLE color: 6956207.

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

Color convert

RGB 175 36 106 -
CMYK 0 0.79 0.39 0.31
HSL 329.78º 0.66% 0.41% -
HSV(B) 329.78º 0.79% 0.69% -
XYZ 20.91 11.42 14.74 -
YUV 85.54 139.55 191.81 -
System Red Green Blue C M Y K H S L
Decimal 175 36 106 0 0.79 0.39 0.31 329.78 0.66 0.41
Hex AF 24 6A 0 4F 27 1F 14A 42 29
Octal 257 44 152 0 117 47 37 512 102 51
Binary 10101111 100100 1101010 0 1001111 100111 11111 101001010 1000010 101001

Color Harmonies of #AF246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF246A

Black with #AF246A

Text Example


Text Example

White with #AF246A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF246A; }

 p { color: rgb(175,36,106); }

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

background-color css

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

 a { background-color: rgb(175,36,106); }

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

border-color css

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

 span { border-color: rgb(175,36,106); }

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