Html Css Color HEX #A5256F Jazzberry Jam

📋 copy color: '#A5256F'

red 165 ◦ green 37 ◦ blue 111

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

Shades of Jazzberry Jam #A5256F

Tints of Jazzberry Jam #A5256F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.46%

R = 52.72%
G = 11.82%
B = 35.46%

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

#A5256F (or 0xA5256F) is known color: Jazzberry Jam. HEX triplet: A5, 25 and 6F. RGB value is (165,37,111). Sum of RGB (Red+Green+Blue) = 165+37+111=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A5256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5256F is #5ADA90. Grayscale: #535353. Windows color (decimal): -5954193 or 7284133. OLE color: 7284133.

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

Color convert

RGB 165 37 111 -
CMYK 0 0.78 0.33 0.35
HSL 325.31º 0.63% 0.4% -
HSV(B) 325.31º 0.78% 0.65% -
XYZ 19.05 10.47 16.06 -
YUV 83.71 143.41 185.98 -
System Red Green Blue C M Y K H S L
Decimal 165 37 111 0 0.78 0.33 0.35 325.31 0.63 0.4
Hex A5 25 6F 0 4E 21 23 145 3F 28
Octal 245 45 157 0 116 41 43 505 77 50
Binary 10100101 100101 1101111 0 1001110 100001 100011 101000101 111111 101000

Color Harmonies of #A5256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5256F

Black with #A5256F

Text Example


Text Example

White with #A5256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5256F; }

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

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

background-color css

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

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

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

border-color css

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

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

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