Html Css Color HEX #AF0366 Jazzberry Jam

📋 copy color: '#AF0366'

red 175 ◦ green 3 ◦ blue 102

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

Shades of Jazzberry Jam #AF0366

Tints of Jazzberry Jam #AF0366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

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

R = 62.5%
G = 1.07%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF0366 (or 0xAF0366) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 66. RGB value is (175,3,102). Sum of RGB (Red+Green+Blue) = 175+3+102=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0366 is #50FC99. Grayscale: #414141. Windows color (decimal): -5307546 or 6685615. OLE color: 6685615.

HSL color Cylindrical-coordinate representation of color #AF0366: hue angle of 325.47º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0366 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 3 102 -
CMYK 0 0.98 0.42 0.31
HSL 325.47º 0.97% 0.35% -
HSV(B) 325.47º 0.98% 0.69% -
XYZ 20.11 10.14 13.47 -
YUV 65.71 148.48 205.95 -
System Red Green Blue C M Y K H S L
Decimal 175 3 102 0 0.98 0.42 0.31 325.47 0.97 0.35
Hex AF 3 66 0 62 2A 1F 145 61 23
Octal 257 3 146 0 142 52 37 505 141 43
Binary 10101111 11 1100110 0 1100010 101010 11111 101000101 1100001 100011

Color Harmonies of #AF0366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0366

Black with #AF0366

Text Example


Text Example

White with #AF0366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0366; }

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

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

background-color css

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

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

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

border-color css

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

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

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