Html Css Color HEX #AB0767 Jazzberry Jam

📋 copy color: '#AB0767'

red 171 ◦ green 7 ◦ blue 103

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

Shades of Jazzberry Jam #AB0767

Tints of Jazzberry Jam #AB0767

RGB

 RED value IS 171 (67.19% from 255) = 60.85%

 GREEN value IS 7 (3.13% from 255) = 2.49%

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

R = 60.85%
G = 2.49%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB0767 (or 0xAB0767) is known color: Jazzberry Jam. HEX triplet: AB, 07 and 67. RGB value is (171,7,103). Sum of RGB (Red+Green+Blue) = 171+7+103=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0767 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0767 is #54F898. Grayscale: #424242. Windows color (decimal): -5568665 or 6752171. OLE color: 6752171.

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

Color convert

RGB 171 7 103 -
CMYK 0 0.96 0.40 0.33
HSL 324.88º 0.92% 0.35% -
HSV(B) 324.88º 0.96% 0.67% -
XYZ 19.32 9.79 13.7 -
YUV 66.98 148.33 202.19 -
System Red Green Blue C M Y K H S L
Decimal 171 7 103 0 0.96 0.40 0.33 324.88 0.92 0.35
Hex AB 7 67 0 60 28 21 145 5C 23
Octal 253 7 147 0 140 50 41 505 134 43
Binary 10101011 111 1100111 0 1100000 101000 100001 101000101 1011100 100011

Color Harmonies of #AB0767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0767

Black with #AB0767

Text Example


Text Example

White with #AB0767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0767; }

 p { color: rgb(171,7,103); }

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

background-color css

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

 a { background-color: rgb(171,7,103); }

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

border-color css

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

 span { border-color: rgb(171,7,103); }

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