Html Css Color HEX #AB1069 Jazzberry Jam

📋 copy color: '#AB1069'

red 171 ◦ green 16 ◦ blue 105

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

Shades of Jazzberry Jam #AB1069

Tints of Jazzberry Jam #AB1069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.96%

R = 58.56%
G = 5.48%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB1069 (or 0xAB1069) is known color: Jazzberry Jam. HEX triplet: AB, 10 and 69. RGB value is (171,16,105). Sum of RGB (Red+Green+Blue) = 171+16+105=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1069 is #54EF96. Grayscale: #484848. Windows color (decimal): -5566359 or 6885547. OLE color: 6885547.

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

Color convert

RGB 171 16 105 -
CMYK 0 0.91 0.39 0.33
HSL 325.55º 0.83% 0.37% -
HSV(B) 325.55º 0.91% 0.67% -
XYZ 19.53 10.05 14.27 -
YUV 72.49 146.35 198.26 -
System Red Green Blue C M Y K H S L
Decimal 171 16 105 0 0.91 0.39 0.33 325.55 0.83 0.37
Hex AB 10 69 0 5B 27 21 146 53 25
Octal 253 20 151 0 133 47 41 506 123 45
Binary 10101011 10000 1101001 0 1011011 100111 100001 101000110 1010011 100101

Color Harmonies of #AB1069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1069

Black with #AB1069

Text Example


Text Example

White with #AB1069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1069; }

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

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

background-color css

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

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

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

border-color css

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

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

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