Html Css Color HEX #AC105A Jazzberry Jam

📋 copy color: '#AC105A'

red 172 ◦ green 16 ◦ blue 90

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

Shades of Jazzberry Jam #AC105A

Tints of Jazzberry Jam #AC105A

RGB

 RED value IS 172 (67.58% from 255) = 61.87%

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

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

R = 61.87%
G = 5.76%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC105A (or 0xAC105A) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 5A. RGB value is (172,16,90). Sum of RGB (Red+Green+Blue) = 172+16+90=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC105A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC105A is #53EFA5. Grayscale: #464646. Windows color (decimal): -5500838 or 5902508. OLE color: 5902508.

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

Color convert

RGB 172 16 90 -
CMYK 0 0.91 0.48 0.33
HSL 331.54º 0.83% 0.37% -
HSV(B) 331.54º 0.91% 0.67% -
XYZ 19.04 9.88 10.58 -
YUV 71.08 138.68 199.98 -
System Red Green Blue C M Y K H S L
Decimal 172 16 90 0 0.91 0.48 0.33 331.54 0.83 0.37
Hex AC 10 5A 0 5B 30 21 14C 53 25
Octal 254 20 132 0 133 60 41 514 123 45
Binary 10101100 10000 1011010 0 1011011 110000 100001 101001100 1010011 100101

Color Harmonies of #AC105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC105A

Black with #AC105A

Text Example


Text Example

White with #AC105A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC105A; }

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

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

background-color css

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

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

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

border-color css

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

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

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