Html Css Color HEX #A01D6E Jazzberry Jam

📋 copy color: '#A01D6E'

red 160 ◦ green 29 ◦ blue 110

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

Shades of Jazzberry Jam #A01D6E

Tints of Jazzberry Jam #A01D6E

RGB

 RED value IS 160 (62.89% from 255) = 53.51%

 GREEN value IS 29 (11.72% from 255) = 9.7%

 BLUE value IS 110 (43.36% from 255) = 36.79%

R = 53.51%
G = 9.7%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A01D6E (or 0xA01D6E) is known color: Jazzberry Jam. HEX triplet: A0, 1D and 6E. RGB value is (160,29,110). Sum of RGB (Red+Green+Blue) = 160+29+110=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01D6E is #5FE291. Grayscale: #4D4D4D. Windows color (decimal): -6283922 or 7216544. OLE color: 7216544.

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

Color convert

RGB 160 29 110 -
CMYK 0 0.82 0.31 0.37
HSL 322.9º 0.69% 0.37% -
HSV(B) 322.9º 0.82% 0.63% -
XYZ 17.75 9.48 15.65 -
YUV 77.4 146.4 186.91 -
System Red Green Blue C M Y K H S L
Decimal 160 29 110 0 0.82 0.31 0.37 322.9 0.69 0.37
Hex A0 1D 6E 0 52 1F 25 143 45 25
Octal 240 35 156 0 122 37 45 503 105 45
Binary 10100000 11101 1101110 0 1010010 11111 100101 101000011 1000101 100101

Color Harmonies of #A01D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01D6E

Black with #A01D6E

Text Example


Text Example

White with #A01D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01D6E; }

 p { color: rgb(160,29,110); }

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

background-color css

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

 a { background-color: rgb(160,29,110); }

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

border-color css

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

 span { border-color: rgb(160,29,110); }

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