Html Css Color HEX #AB075A Jazzberry Jam

📋 copy color: '#AB075A'

red 171 ◦ green 7 ◦ blue 90

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

Shades of Jazzberry Jam #AB075A

Tints of Jazzberry Jam #AB075A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.58%

R = 63.81%
G = 2.61%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB075A (or 0xAB075A) is known color: Jazzberry Jam. HEX triplet: AB, 07 and 5A. RGB value is (171,7,90). Sum of RGB (Red+Green+Blue) = 171+7+90=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB075A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB075A is #54F8A5. Grayscale: #414141. Windows color (decimal): -5568678 or 5900203. OLE color: 5900203.

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

Color convert

RGB 171 7 90 -
CMYK 0 0.96 0.47 0.33
HSL 329.63º 0.92% 0.35% -
HSV(B) 329.63º 0.96% 0.67% -
XYZ 18.72 9.55 10.53 -
YUV 65.5 141.83 203.25 -
System Red Green Blue C M Y K H S L
Decimal 171 7 90 0 0.96 0.47 0.33 329.63 0.92 0.35
Hex AB 7 5A 0 60 2F 21 14A 5C 23
Octal 253 7 132 0 140 57 41 512 134 43
Binary 10101011 111 1011010 0 1100000 101111 100001 101001010 1011100 100011

Color Harmonies of #AB075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB075A

Black with #AB075A

Text Example


Text Example

White with #AB075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB075A; }

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

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

background-color css

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

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

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

border-color css

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

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

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