Html Css Color HEX #A70065 Jazzberry Jam

📋 copy color: '#A70065'

red 167 ◦ green 0 ◦ blue 101

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

Shades of Jazzberry Jam #A70065

Tints of Jazzberry Jam #A70065

RGB

 RED value IS 167 (65.63% from 255) = 62.31%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 101 (39.84% from 255) = 37.69%

R = 62.31%
G = 0%
B = 37.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A70065 (or 0xA70065) is known color: Jazzberry Jam. HEX triplet: A7, 00 and 65. RGB value is (167,0,101). Sum of RGB (Red+Green+Blue) = 167+0+101=268 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.31% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 167 - color contains mainly: red. Hex color #A70065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70065 is #58FF9A. Grayscale: #3D3D3D. Windows color (decimal): -5832603 or 6619303. OLE color: 6619303.

HSL color Cylindrical-coordinate representation of color #A70065: hue angle of 323.71º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A70065 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 0 101 -
CMYK 0 1 0.40 0.35
HSL 323.71º 1% 0.33% -
HSV(B) 323.71º 1% 0.65% -
XYZ 18.29 9.16 13.12 -
YUV 61.45 150.33 203.29 -
System Red Green Blue C M Y K H S L
Decimal 167 0 101 0 1 0.40 0.35 323.71 1 0.33
Hex A7 0 65 0 64 28 23 144 64 21
Octal 247 0 145 0 144 50 43 504 144 41
Binary 10100111 0 1100101 0 1100100 101000 100011 101000100 1100100 100001

Color Harmonies of #A70065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70065

Black with #A70065

Text Example


Text Example

White with #A70065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70065; }

 p { color: rgb(167,0,101); }

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

background-color css

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

 a { background-color: rgb(167,0,101); }

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

border-color css

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

 span { border-color: rgb(167,0,101); }

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