Html Css Color HEX #A00F67 Jazzberry Jam

📋 copy color: '#A00F67'

red 160 ◦ green 15 ◦ blue 103

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

Shades of Jazzberry Jam #A00F67

Tints of Jazzberry Jam #A00F67

RGB

 RED value IS 160 (62.89% from 255) = 57.55%

 GREEN value IS 15 (6.25% from 255) = 5.4%

 BLUE value IS 103 (40.63% from 255) = 37.05%

R = 57.55%
G = 5.4%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A00F67 (or 0xA00F67) is known color: Jazzberry Jam. HEX triplet: A0, 0F and 67. RGB value is (160,15,103). Sum of RGB (Red+Green+Blue) = 160+15+103=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00F67 is #5FF098. Grayscale: #444444. Windows color (decimal): -6287513 or 6754208. OLE color: 6754208.

HSL color Cylindrical-coordinate representation of color #A00F67: hue angle of 323.59º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00F67 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 15 103 -
CMYK 0 0.91 0.36 0.37
HSL 323.59º 0.83% 0.34% -
HSV(B) 323.59º 0.91% 0.63% -
XYZ 17.12 8.79 13.63 -
YUV 68.39 147.54 193.34 -
System Red Green Blue C M Y K H S L
Decimal 160 15 103 0 0.91 0.36 0.37 323.59 0.83 0.34
Hex A0 F 67 0 5B 24 25 144 53 22
Octal 240 17 147 0 133 44 45 504 123 42
Binary 10100000 1111 1100111 0 1011011 100100 100101 101000100 1010011 100010

Color Harmonies of #A00F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00F67

Black with #A00F67

Text Example


Text Example

White with #A00F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00F67; }

 p { color: rgb(160,15,103); }

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

background-color css

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

 a { background-color: rgb(160,15,103); }

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

border-color css

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

 span { border-color: rgb(160,15,103); }

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