Html Css Color HEX #A51A68 Jazzberry Jam

📋 copy color: '#A51A68'

red 165 ◦ green 26 ◦ blue 104

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

Shades of Jazzberry Jam #A51A68

Tints of Jazzberry Jam #A51A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.25%

R = 55.93%
G = 8.81%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A51A68 (or 0xA51A68) is known color: Jazzberry Jam. HEX triplet: A5, 1A and 68. RGB value is (165,26,104). Sum of RGB (Red+Green+Blue) = 165+26+104=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51A68 is #5AE597. Grayscale: #4C4C4C. Windows color (decimal): -5957016 or 6822565. OLE color: 6822565.

HSL color Cylindrical-coordinate representation of color #A51A68: hue angle of 326.33º 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 #A51A68 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 26 104 -
CMYK 0 0.84 0.37 0.35
HSL 326.33º 0.73% 0.37% -
HSV(B) 326.33º 0.84% 0.65% -
XYZ 18.39 9.74 14.01 -
YUV 76.45 143.55 191.16 -
System Red Green Blue C M Y K H S L
Decimal 165 26 104 0 0.84 0.37 0.35 326.33 0.73 0.37
Hex A5 1A 68 0 54 25 23 146 49 25
Octal 245 32 150 0 124 45 43 506 111 45
Binary 10100101 11010 1101000 0 1010100 100101 100011 101000110 1001001 100101

Color Harmonies of #A51A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A68

Black with #A51A68

Text Example


Text Example

White with #A51A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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