Html Css Color HEX #A51E6B Jazzberry Jam

📋 copy color: '#A51E6B'

red 165 ◦ green 30 ◦ blue 107

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

Shades of Jazzberry Jam #A51E6B

Tints of Jazzberry Jam #A51E6B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.93%

 BLUE value IS 107 (42.19% from 255) = 35.43%

R = 54.64%
G = 9.93%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A51E6B (or 0xA51E6B) is known color: Jazzberry Jam. HEX triplet: A5, 1E and 6B. RGB value is (165,30,107). Sum of RGB (Red+Green+Blue) = 165+30+107=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51E6B is #5AE194. Grayscale: #4E4E4E. Windows color (decimal): -5955989 or 7020197. OLE color: 7020197.

HSL color Cylindrical-coordinate representation of color #A51E6B: hue angle of 325.78º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51E6B is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 30 107 -
CMYK 0 0.82 0.35 0.35
HSL 325.78º 0.69% 0.38% -
HSV(B) 325.78º 0.82% 0.65% -
XYZ 18.64 9.99 14.86 -
YUV 79.14 143.73 189.24 -
System Red Green Blue C M Y K H S L
Decimal 165 30 107 0 0.82 0.35 0.35 325.78 0.69 0.38
Hex A5 1E 6B 0 52 23 23 146 45 26
Octal 245 36 153 0 122 43 43 506 105 46
Binary 10100101 11110 1101011 0 1010010 100011 100011 101000110 1000101 100110

Color Harmonies of #A51E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51E6B

Black with #A51E6B

Text Example


Text Example

White with #A51E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51E6B; }

 p { color: rgb(165,30,107); }

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

background-color css

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

 a { background-color: rgb(165,30,107); }

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

border-color css

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

 span { border-color: rgb(165,30,107); }

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