Html Css Color HEX #A62465 Jazzberry Jam

📋 copy color: '#A62465'

red 166 ◦ green 36 ◦ blue 101

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

Shades of Jazzberry Jam #A62465

Tints of Jazzberry Jam #A62465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.33%

R = 54.79%
G = 11.88%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A62465 (or 0xA62465) is known color: Jazzberry Jam. HEX triplet: A6, 24 and 65. RGB value is (166,36,101). Sum of RGB (Red+Green+Blue) = 166+36+101=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A62465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62465 is #59DB9A. Grayscale: #525252. Windows color (decimal): -5888923 or 6628518. OLE color: 6628518.

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

Color convert

RGB 166 36 101 -
CMYK 0 0.78 0.39 0.35
HSL 330º 0.64% 0.4% -
HSV(B) 330º 0.78% 0.65% -
XYZ 18.71 10.31 13.32 -
YUV 82.28 138.57 187.71 -
System Red Green Blue C M Y K H S L
Decimal 166 36 101 0 0.78 0.39 0.35 330 0.64 0.4
Hex A6 24 65 0 4E 27 23 14A 40 28
Octal 246 44 145 0 116 47 43 512 100 50
Binary 10100110 100100 1100101 0 1001110 100111 100011 101001010 1000000 101000

Color Harmonies of #A62465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62465

Black with #A62465

Text Example


Text Example

White with #A62465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62465; }

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

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

background-color css

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

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

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

border-color css

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

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

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