Html Css Color HEX #A5256E Jazzberry Jam

📋 copy color: '#A5256E'

red 165 ◦ green 37 ◦ blue 110

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

Shades of Jazzberry Jam #A5256E

Tints of Jazzberry Jam #A5256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

 BLUE value IS 110 (43.36% from 255) = 35.26%

R = 52.88%
G = 11.86%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5256E (or 0xA5256E) is known color: Jazzberry Jam. HEX triplet: A5, 25 and 6E. RGB value is (165,37,110). Sum of RGB (Red+Green+Blue) = 165+37+110=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A5256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5256E is #5ADA91. Grayscale: #535353. Windows color (decimal): -5954194 or 7218597. OLE color: 7218597.

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

Color convert

RGB 165 37 110 -
CMYK 0 0.78 0.33 0.35
HSL 325.78º 0.63% 0.4% -
HSV(B) 325.78º 0.78% 0.65% -
XYZ 18.99 10.45 15.77 -
YUV 83.59 142.91 186.06 -
System Red Green Blue C M Y K H S L
Decimal 165 37 110 0 0.78 0.33 0.35 325.78 0.63 0.4
Hex A5 25 6E 0 4E 21 23 146 3F 28
Octal 245 45 156 0 116 41 43 506 77 50
Binary 10100101 100101 1101110 0 1001110 100001 100011 101000110 111111 101000

Color Harmonies of #A5256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5256E

Black with #A5256E

Text Example


Text Example

White with #A5256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5256E; }

 p { color: rgb(165,37,110); }

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

background-color css

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

 a { background-color: rgb(165,37,110); }

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

border-color css

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

 span { border-color: rgb(165,37,110); }

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