Html Css Color HEX #A41E67 Jazzberry Jam

📋 copy color: '#A41E67'

red 164 ◦ green 30 ◦ blue 103

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

Shades of Jazzberry Jam #A41E67

Tints of Jazzberry Jam #A41E67

RGB

 RED value IS 164 (64.45% from 255) = 55.22%

 GREEN value IS 30 (12.11% from 255) = 10.1%

 BLUE value IS 103 (40.63% from 255) = 34.68%

R = 55.22%
G = 10.1%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A41E67 (or 0xA41E67) is known color: Jazzberry Jam. HEX triplet: A4, 1E and 67. RGB value is (164,30,103). Sum of RGB (Red+Green+Blue) = 164+30+103=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41E67 is #5BE198. Grayscale: #4E4E4E. Windows color (decimal): -6021529 or 6758052. OLE color: 6758052.

HSL color Cylindrical-coordinate representation of color #A41E67: hue angle of 327.31º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A41E67 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 30 103 -
CMYK 0 0.82 0.37 0.36
HSL 327.31º 0.69% 0.38% -
HSV(B) 327.31º 0.82% 0.64% -
XYZ 18.22 9.8 13.76 -
YUV 78.39 141.89 189.06 -
System Red Green Blue C M Y K H S L
Decimal 164 30 103 0 0.82 0.37 0.36 327.31 0.69 0.38
Hex A4 1E 67 0 52 25 24 147 45 26
Octal 244 36 147 0 122 45 44 507 105 46
Binary 10100100 11110 1100111 0 1010010 100101 100100 101000111 1000101 100110

Color Harmonies of #A41E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41E67

Black with #A41E67

Text Example


Text Example

White with #A41E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41E67; }

 p { color: rgb(164,30,103); }

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

background-color css

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

 a { background-color: rgb(164,30,103); }

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

border-color css

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

 span { border-color: rgb(164,30,103); }

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