Html Css Color HEX #A62468 Jazzberry Jam

📋 copy color: '#A62468'

red 166 ◦ green 36 ◦ blue 104

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

Shades of Jazzberry Jam #A62468

Tints of Jazzberry Jam #A62468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.76%

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

R = 54.25%
G = 11.76%
B = 33.99%

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

#A62468 (or 0xA62468) is known color: Jazzberry Jam. HEX triplet: A6, 24 and 68. RGB value is (166,36,104). Sum of RGB (Red+Green+Blue) = 166+36+104=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A62468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62468 is #59DB97. Grayscale: #525252. Windows color (decimal): -5888920 or 6825126. OLE color: 6825126.

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

Color convert

RGB 166 36 104 -
CMYK 0 0.78 0.37 0.35
HSL 328.62º 0.64% 0.4% -
HSV(B) 328.62º 0.78% 0.65% -
XYZ 18.86 10.37 14.1 -
YUV 82.62 140.07 187.47 -
System Red Green Blue C M Y K H S L
Decimal 166 36 104 0 0.78 0.37 0.35 328.62 0.64 0.4
Hex A6 24 68 0 4E 25 23 149 40 28
Octal 246 44 150 0 116 45 43 511 100 50
Binary 10100110 100100 1101000 0 1001110 100101 100011 101001001 1000000 101000

Color Harmonies of #A62468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62468

Black with #A62468

Text Example


Text Example

White with #A62468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62468; }

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

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

background-color css

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

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

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

border-color css

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

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

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