Html Css Color HEX #AB105A Jazzberry Jam

📋 copy color: '#AB105A'

red 171 ◦ green 16 ◦ blue 90

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

Shades of Jazzberry Jam #AB105A

Tints of Jazzberry Jam #AB105A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.78%

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

R = 61.73%
G = 5.78%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB105A (or 0xAB105A) is known color: Jazzberry Jam. HEX triplet: AB, 10 and 5A. RGB value is (171,16,90). Sum of RGB (Red+Green+Blue) = 171+16+90=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB105A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB105A is #54EFA5. Grayscale: #464646. Windows color (decimal): -5566374 or 5902507. OLE color: 5902507.

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

Color convert

RGB 171 16 90 -
CMYK 0 0.91 0.47 0.33
HSL 331.35º 0.83% 0.37% -
HSV(B) 331.35º 0.91% 0.67% -
XYZ 18.83 9.77 10.57 -
YUV 70.78 138.85 199.48 -
System Red Green Blue C M Y K H S L
Decimal 171 16 90 0 0.91 0.47 0.33 331.35 0.83 0.37
Hex AB 10 5A 0 5B 2F 21 14B 53 25
Octal 253 20 132 0 133 57 41 513 123 45
Binary 10101011 10000 1011010 0 1011011 101111 100001 101001011 1010011 100101

Color Harmonies of #AB105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB105A

Black with #AB105A

Text Example


Text Example

White with #AB105A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB105A; }

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

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

background-color css

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

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

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

border-color css

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

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

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