Html Css Color HEX #A51A6A Jazzberry Jam

📋 copy color: '#A51A6A'

red 165 ◦ green 26 ◦ blue 106

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

Shades of Jazzberry Jam #A51A6A

Tints of Jazzberry Jam #A51A6A

RGB

 RED value IS 165 (64.84% from 255) = 55.56%

 GREEN value IS 26 (10.55% from 255) = 8.75%

 BLUE value IS 106 (41.8% from 255) = 35.69%

R = 55.56%
G = 8.75%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A51A6A (or 0xA51A6A) is known color: Jazzberry Jam. HEX triplet: A5, 1A and 6A. RGB value is (165,26,106). Sum of RGB (Red+Green+Blue) = 165+26+106=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51A6A is #5AE595. Grayscale: #4C4C4C. Windows color (decimal): -5957014 or 6953637. OLE color: 6953637.

HSL color Cylindrical-coordinate representation of color #A51A6A: hue angle of 325.47º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51A6A is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 26 106 -
CMYK 0 0.84 0.36 0.35
HSL 325.47º 0.73% 0.37% -
HSV(B) 325.47º 0.84% 0.65% -
XYZ 18.49 9.78 14.55 -
YUV 76.68 144.55 191 -
System Red Green Blue C M Y K H S L
Decimal 165 26 106 0 0.84 0.36 0.35 325.47 0.73 0.37
Hex A5 1A 6A 0 54 24 23 145 49 25
Octal 245 32 152 0 124 44 43 505 111 45
Binary 10100101 11010 1101010 0 1010100 100100 100011 101000101 1001001 100101

Color Harmonies of #A51A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A6A

Black with #A51A6A

Text Example


Text Example

White with #A51A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A6A; }

 p { color: rgb(165,26,106); }

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

background-color css

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

 a { background-color: rgb(165,26,106); }

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

border-color css

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

 span { border-color: rgb(165,26,106); }

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