Html Css Color HEX #AF2466 Jazzberry Jam

📋 copy color: '#AF2466'

red 175 ◦ green 36 ◦ blue 102

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

Shades of Jazzberry Jam #AF2466

Tints of Jazzberry Jam #AF2466

RGB

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

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

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

R = 55.91%
G = 11.5%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF2466 (or 0xAF2466) is known color: Jazzberry Jam. HEX triplet: AF, 24 and 66. RGB value is (175,36,102). Sum of RGB (Red+Green+Blue) = 175+36+102=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2466 is #50DB99. Grayscale: #545454. Windows color (decimal): -5299098 or 6694063. OLE color: 6694063.

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

Color convert

RGB 175 36 102 -
CMYK 0 0.79 0.42 0.31
HSL 331.51º 0.66% 0.41% -
HSV(B) 331.51º 0.79% 0.69% -
XYZ 20.71 11.34 13.67 -
YUV 85.09 137.55 192.13 -
System Red Green Blue C M Y K H S L
Decimal 175 36 102 0 0.79 0.42 0.31 331.51 0.66 0.41
Hex AF 24 66 0 4F 2A 1F 14C 42 29
Octal 257 44 146 0 117 52 37 514 102 51
Binary 10101111 100100 1100110 0 1001111 101010 11111 101001100 1000010 101001

Color Harmonies of #AF2466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2466

Black with #AF2466

Text Example


Text Example

White with #AF2466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2466; }

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

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

background-color css

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

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

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

border-color css

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

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

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