Html Css Color HEX #AF0468 Jazzberry Jam

📋 copy color: '#AF0468'

red 175 ◦ green 4 ◦ blue 104

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

Shades of Jazzberry Jam #AF0468

Tints of Jazzberry Jam #AF0468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 61.84%
G = 1.41%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF0468 (or 0xAF0468) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 68. RGB value is (175,4,104). Sum of RGB (Red+Green+Blue) = 175+4+104=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0468 is #50FB97. Grayscale: #424242. Windows color (decimal): -5307288 or 6816943. OLE color: 6816943.

HSL color Cylindrical-coordinate representation of color #AF0468: hue angle of 324.91º degrees, saturation: 0.96, 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 #AF0468 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 4 104 -
CMYK 0 0.98 0.41 0.31
HSL 324.91º 0.96% 0.35% -
HSV(B) 324.91º 0.98% 0.69% -
XYZ 20.22 10.2 14 -
YUV 66.53 149.15 205.37 -
System Red Green Blue C M Y K H S L
Decimal 175 4 104 0 0.98 0.41 0.31 324.91 0.96 0.35
Hex AF 4 68 0 62 29 1F 145 60 23
Octal 257 4 150 0 142 51 37 505 140 43
Binary 10101111 100 1101000 0 1100010 101001 11111 101000101 1100000 100011

Color Harmonies of #AF0468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0468

Black with #AF0468

Text Example


Text Example

White with #AF0468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0468; }

 p { color: rgb(175,4,104); }

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

background-color css

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

 a { background-color: rgb(175,4,104); }

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

border-color css

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

 span { border-color: rgb(175,4,104); }

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