Html Css Color HEX #A62568 Jazzberry Jam

📋 copy color: '#A62568'

red 166 ◦ green 37 ◦ blue 104

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

Shades of Jazzberry Jam #A62568

Tints of Jazzberry Jam #A62568

RGB

 RED value IS 166 (65.23% from 255) = 54.07%

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

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

R = 54.07%
G = 12.05%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A62568 (or 0xA62568) is known color: Jazzberry Jam. HEX triplet: A6, 25 and 68. RGB value is (166,37,104). Sum of RGB (Red+Green+Blue) = 166+37+104=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A62568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62568 is #59DA97. Grayscale: #535353. Windows color (decimal): -5888664 or 6825382. OLE color: 6825382.

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

Color convert

RGB 166 37 104 -
CMYK 0 0.78 0.37 0.35
HSL 328.84º 0.64% 0.4% -
HSV(B) 328.84º 0.78% 0.65% -
XYZ 18.89 10.43 14.11 -
YUV 83.21 139.74 187.05 -
System Red Green Blue C M Y K H S L
Decimal 166 37 104 0 0.78 0.37 0.35 328.84 0.64 0.4
Hex A6 25 68 0 4E 25 23 149 40 28
Octal 246 45 150 0 116 45 43 511 100 50
Binary 10100110 100101 1101000 0 1001110 100101 100011 101001001 1000000 101000

Color Harmonies of #A62568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62568

Black with #A62568

Text Example


Text Example

White with #A62568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62568; }

 p { color: rgb(166,37,104); }

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

background-color css

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

 a { background-color: rgb(166,37,104); }

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

border-color css

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

 span { border-color: rgb(166,37,104); }

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