Html Css Color HEX #AB075E Jazzberry Jam

📋 copy color: '#AB075E'

red 171 ◦ green 7 ◦ blue 94

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

Shades of Jazzberry Jam #AB075E

Tints of Jazzberry Jam #AB075E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.56%

R = 62.87%
G = 2.57%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB075E (or 0xAB075E) is known color: Jazzberry Jam. HEX triplet: AB, 07 and 5E. RGB value is (171,7,94). Sum of RGB (Red+Green+Blue) = 171+7+94=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB075E is #54F8A1. Grayscale: #414141. Windows color (decimal): -5568674 or 6162347. OLE color: 6162347.

HSL color Cylindrical-coordinate representation of color #AB075E: hue angle of 328.17º 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 #AB075E is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 7 94 -
CMYK 0 0.96 0.45 0.33
HSL 328.17º 0.92% 0.35% -
HSV(B) 328.17º 0.96% 0.67% -
XYZ 18.89 9.62 11.45 -
YUV 65.95 143.83 202.93 -
System Red Green Blue C M Y K H S L
Decimal 171 7 94 0 0.96 0.45 0.33 328.17 0.92 0.35
Hex AB 7 5E 0 60 2D 21 148 5C 23
Octal 253 7 136 0 140 55 41 510 134 43
Binary 10101011 111 1011110 0 1100000 101101 100001 101001000 1011100 100011

Color Harmonies of #AB075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB075E

Black with #AB075E

Text Example


Text Example

White with #AB075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB075E; }

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

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

background-color css

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

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

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

border-color css

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

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

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