Html Css Color HEX #AF0954 Jazzberry Jam

📋 copy color: '#AF0954'

red 175 ◦ green 9 ◦ blue 84

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

Shades of Jazzberry Jam #AF0954

Tints of Jazzberry Jam #AF0954

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.36%

 BLUE value IS 84 (33.2% from 255) = 31.34%

R = 65.3%
G = 3.36%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF0954 (or 0xAF0954) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 54. RGB value is (175,9,84). Sum of RGB (Red+Green+Blue) = 175+9+84=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0954 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0954 is #50F6AB. Grayscale: #434343. Windows color (decimal): -5306028 or 5507503. OLE color: 5507503.

HSL color Cylindrical-coordinate representation of color #AF0954: hue angle of 332.89º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0954 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 9 84 -
CMYK 0 0.95 0.52 0.31
HSL 332.89º 0.9% 0.36% -
HSV(B) 332.89º 0.95% 0.69% -
XYZ 19.38 9.95 9.29 -
YUV 67.18 137.5 204.9 -
System Red Green Blue C M Y K H S L
Decimal 175 9 84 0 0.95 0.52 0.31 332.89 0.9 0.36
Hex AF 9 54 0 5F 34 1F 14D 5A 24
Octal 257 11 124 0 137 64 37 515 132 44
Binary 10101111 1001 1010100 0 1011111 110100 11111 101001101 1011010 100100

Color Harmonies of #AF0954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0954

Black with #AF0954

Text Example


Text Example

White with #AF0954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0954; }

 p { color: rgb(175,9,84); }

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

background-color css

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

 a { background-color: rgb(175,9,84); }

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

border-color css

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

 span { border-color: rgb(175,9,84); }

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